‎2007 Oct 22 7:13 AM
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
‎2007 Oct 22 7:24 AM
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..
‎2007 Oct 22 7:24 AM
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..
‎2007 Oct 22 8:41 AM
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
‎2007 Oct 22 8:55 AM
‎2007 Oct 22 10:49 AM
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