Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

help in user exit

Former Member
0 Likes
632

Hi,

there is user exit that bring table i_t_data with org.unit and dates ,

the problem is that the table dont bring all the org units we have, my qustion is how i now where this table become filled ?

i new in this topic i give more details maybe it helps,

ZXRSAU02 the name of user exit and inside i have this call

WHEN '0ORGUNIT_ATTR'.

LOOP AT I_T_DATA INTO LW_T_DATA_0ORG

......

and when i go to tables in EXIT_SAPLRSAP_002

the table I_T_DATA dont have type or associated type just short text of

Transferred Data

thankes

1 ACCEPTED SOLUTION
Read only

former_member188827
Active Contributor
0 Likes
605

in se, open fm EXIT_SAPLRSAP_002.in attirbutes tab double click on program name SAPLXRSA.in top include u'll get u'll get data sources..

4 REPLIES 4
Read only

former_member188827
Active Contributor
0 Likes
606

in se, open fm EXIT_SAPLRSAP_002.in attirbutes tab double click on program name SAPLXRSA.in top include u'll get u'll get data sources..

Read only

0 Likes
605

hi abapuser

thankes i now that i go to cmod and go to their but my qustion is when

u inside the code i get the table I_T_DATA where this table filled?

thankes

Read only

0 Likes
605

Hi

Put a Break point and find it out

Regards

Pavan

Read only

0 Likes
605

hi,

there is no place in code that performed append or insert or modify to this table.

if there is place like that i never been ask that qustion.

i think that in sap performed process that fill i_t_data but i dont now which process i new in user exit.

thankes