2011 Jan 30 11:52 AM
Hi experts,
I have a created a custom structure and when i execute the above FM in the export parameter X030L_WA i get 3 dates
CRSTAMP
ABSTAMP
DYSTAMP
I tried to figure out from which table, program is picking these values. i have debugged the FM and found out that there is a
IMPORT NAMETAB X030L_WA X031L_TAB ID TABNAME
this staement magically fills the export parameter. I read abt this stament in sap help, but there is not much written abt it, except that it should be used internally. I would like to know which database tables stores the above three values? I can see the values when i go to SE11 -> give the structure-> display and go to utilities->runtime object-> diaplay. I have searched most of the DD0* tables with no luck.
thanks
2011 Jan 30 7:15 PM
Hi sankara,
DDXTT - Nametab header structure for delayed writing
[sometimes google is a useful source|http://www.google.com/search?num=100&hl=en&pwst=1&&sa=X&ei=0bdFTbQmismzBp2OsMEO&ved=0CKkGEL4FKAA&q=sapCRSTAMPABSTAMP+DYSTAMP&nfpr=1] before posting.
Regards,
Clemens
2011 Aug 08 11:53 AM
2024 Apr 19 6:11 AM
May I know how could you able solve that because I am also facing same issue now