‎2007 May 18 4:56 AM
hi all,
i am seeing the print preview in tcode recpa520, giving company code,f8,press print preview. i am seeing the invoice print preview,i want to find the output type,application type,form name for this.in this tcode there i no messages option to see the output type.
recpa520 is tcode for invoice correspondence. can any body help me how to find the script name,output type,application type for this.
thank in advance
siva
‎2007 May 18 5:02 AM
Hi Siva,
Run tcode and goto system status and get the program name or use SE93 to get the program name.
once you got the program name goto ABAP editor and click documentation it will give the std form names that can be used with this program.
I hope this info will solve your issue.
Reward points to all useful answers.
Regards,
SaiRam
‎2007 May 22 7:59 AM
Hi Siva,
Can you tell me please, wheather its a "Z" driver program or Standard driver program.
After execution of the program/transaction code go for <b>systems</b>> then for <b>Status></b> then you can find the <b>program name.</b> You can go into that and search for the <b>Open_form</b>. Before Open form set the <b>BreakPoint</b> there you can find the form name which will pass during run time through variable.
other option is that go for <b>NACE</b> transaction and see for <b>routine,</b> <b>for example</b> If it is invoice then it will be Billing. select your that<b> area</b> and click on <b>Output type button.</b> there you can see the output types You can go in that and see for program and form name, then you can confirm the output type.
reward point if it is helpful.
Regards
Sagun Desai.