‎2011 Apr 04 2:49 AM
Hi, I have requirement, where i need to take out the data, that is the the output of tcode CN43N.
But i do not know how transfer the output of tcode to a Ztable.
When i copied the Program of CN43N to a Zprogram and tried to debug, its showing layout error.
I think there are few enhancement spots which are creating problems,
Please let me know how to take out the output of report CN43N, to the ztable.
Note : i tried sql trace and its not of big help and in the program CN43N, i think they use logical data base.
‎2011 Apr 04 6:30 AM
Hi,
if you are looking for field PENDE it's coming from db table PRTE I think!
Regards,
Klaus
‎2011 Apr 04 9:53 AM
Halo Lakshmi Narasimhan,
You can try to use SUBMIT <report name> to SAP-SPOOL option .
Then you can read the spool dataLink:[read spool|http://wiki.sdn.sap.com/wiki/display/sandbox/ConversionofSpoolRequestDataintoPDFandExcelFormatandSenditintoMail]
Regards
Arshad
‎2011 Apr 04 12:47 PM
Hi,
you can get most of the informations from db tables
PROJ, PRPS, PRTE
and maybe fm
CXPS_CALC_FIELDS_FOR_PSP
regards,
Klaus