cancel
Showing results for 
Search instead for 
Did you mean: 

Routine for filling 0LOGSYS

Former Member
0 Kudos

Please let me know routine for filling 0LOGSYS (source system).

We use BI 7.0 SP 18.

Thanks.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

this works for us (in a routine):

data:
   l_src type rsbksrcnm,
   l_srctp type rsbksrctp.

l_src = p_r_request->get_src( ).
l_srctp = p_r_request->get_srctp( ).

if l_srctp = 'DTASRC'.
  result = l_src+30.

endif.

Former Member
0 Kudos

Hi,

you can assign a constant to 0LOGSYS in your transformation and fill the field with the constant with spaces. Then it will automatically be filled with the name of your source system.

/Christian Frier

0 Kudos

Hi!

This works perfectly - thx!

Tom 🙂

former_member205352
Active Contributor
0 Kudos

I am not sure try these,

In the formulas you have something like "SAP System ID",can you try this.

or

Do you have some field like SOURCESYSTEM or G_S_MINFO in your field level transformation ??

It was easier to write code in 3.X.

Hope this helps.

former_member181964
Active Contributor
0 Kudos

Chek teh following link