cancel
Showing results for 
Search instead for 
Did you mean: 

CMOD: EXIT_SAPLRSAP_001

Former Member
0 Kudos

Hello Team,

Can we write the transnational data source enhancement in Exit_SAPLRSAP_002. Because  exit function 001 for transaction data does not contain I_T_Data under table tab (transferred data) just like 002.

I have seen may threads about the issue but not able to find the solution. Some how if I write the logic in Exit_SAPLRSAP_001 the C_T_data is not populating my 2lis_02_HDR datsource data.

Can anyone help me with this issue.

Thanks& Regards,

Nagender Reddy

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member976
Active Contributor
0 Kudos

Hi,

use the EXIT_SAPLRSAP_001 - Transaciton data

EXIT_SAPLRSAP_002 - master data attr

EXIT_SAPLRSAP_001 - master data text

EXIT_SAPLRSAP_001 - master data hier.

if you already written the code at EXIT_SAPLRSAP_001- transaction. it is not possible to write BADI.

if you are writing first time code go with BDAI - RSU5_SAPI_BADI

Thanks,

Phani.

RamanKorrapati
Active Contributor
0 Kudos

Hi,

For transactional data we need to use EXIT_SAPLRSAP_001 only.

After the code implementation, have you debugged your code with help of abap expert?

please do it.

Even though its not working they lets try to use BADI to enhance data source.

BADI - RSU5_SAPI_BADI.

Thanks

Former Member
0 Kudos

Hi Ramanjaneyulu,

My abaper also tried debugging it but it is not working. Any how we are writing logic in BADI.