cancel
Showing results for 
Search instead for 
Did you mean: 

2LIS_02_SCL not extracting the same value than the fields of EKPO-LOEKZ

Former Member
0 Kudos

Hello Experts,

In the datasource 2LIS_02_SCL, the value in the fields LOEKZ are not the same in the table EKPO-LOEKZ.

Someone know how can i modify the datasource 2LIS_02_SCL to get that.

(sorry for my english 🙂 ).

Thanks in advance

GiLs

Accepted Solutions (0)

Answers (1)

Answers (1)

RamanKorrapati
Active Contributor
0 Kudos

Hi Gil,

Seems like LOEKZ is not part of standard data source. so it might be enhanced.

please check CMOD Logic at Source system Include Program - ZXRSAU01.

or T -code - CMOD, exit - EXIT_SAPLRSAP_001.

Take ABAP Expert help and understand the logic. Later debug your data source at RSA3.

Thanks

Former Member
0 Kudos

Hi,

I checked in the Exit  EXIT_SAPLRSAP_001 and EXIT_SAPLRSAP_002, i didnt't find  in the code abap the fields LOEKZ.

Do you have any suggestion?

Thanks in Advance.

GiLs

RamanKorrapati
Active Contributor
0 Kudos

Hi,

in source system  go to SE38, enter prorgam name as ZXRSAU01.

on next screen search for your data source.

if code was exist then it may show your data source name other wise it won't.

Have you tried to debug data source?

Thanks

Former Member
0 Kudos

HI,

I went to se38.  for the program i saw the code for the data source.

In the Abap code, we modify only the specific fields (start by 'z' ).

I haven't tried to debug the datasource, i don' know what looking for because the fields LOEKZ is not modify in the program.

thanks.

GiLS

RamanKorrapati
Active Contributor
0 Kudos

If there is no code at CMOD for your data source then it might be enhanced thru BADI.

if you debug at RSA3 you may get idea how LOEKZ is filling and from where.

Former Member
0 Kudos

I try to debug at RSA3, but in the code i didn't find the variable LOEKZ. It's not in my code.

Thanks

Former Member
0 Kudos

Hi GiLs,

If you don't have any code in your exit then I think you will always have value of LOEKZ as blank. Can you let us know if you have this value blank for all data or is it just different than EKPO-LOEKZ value?

If you want this value to be corrected and loaded then you will require CMOD code for this field specifically where you will have to populate this field explicitly.

Please let us know if there are any questions.

Regards

Amit

Former Member
0 Kudos

Hi Amit,

Thanks for you answer.

I checked, all the value of LOEKZ are not always blank. , there are some where we are the value 'L'. But the value of LOEKZ are different from EKPO-LOEKZ.

In the CMOD, the fields LOEKZ is not populate.

Do you know the code the insert in the CMOD, to populate this fields with the same value as EKPO-LOEKZ?

Thanks in Adavance.

GiLS.

former_member186399
Active Contributor
0 Kudos

Dear  GiLS,

LOEKZ in BW gets updated in a different way. So there can be difference between EKPO - LOEKZ.

The reason for difference is mentioned in the below SAP note.

578471  - Deleted positions in BW and statistics

Regards

Gajesh