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

Tcode CN43N

lakshminarasimhan_n4
Active Contributor
0 Likes
2,119

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.

3 REPLIES 3
Read only

Former Member
0 Likes
1,543

Hi,

if you are looking for field PENDE it's coming from db table PRTE I think!

Regards,

Klaus

Read only

0 Likes
1,543

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

Read only

Former Member
0 Likes
1,543

Hi,

you can get most of the informations from db tables

PROJ, PRPS, PRTE

and maybe fm

CXPS_CALC_FIELDS_FOR_PSP

regards,

Klaus