cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP SCRIPTS

Former Member
0 Likes
523

Hi All

I' new in ABAP Programming . I'm working on CASH JOURNAL FORM ,I have designed the form as per the client request .But i'm not able to Proceed further ,can anyone explain me what i should do next,To the print program i have copied standard program (RFKORD80)to zprog(zrfkord80) but how can i trigger my form to the standard program.

I will be thankfull if anyone can help me

Cheers,

Mujeeb

View Entire Topic
Former Member
0 Likes

Hi Mujeeb

I'm posting a step by step example (although example is for PO printing, you can follow the corresponding steps for your application):

PO printing

For which print program : SAPFM06P

Form name : MEDRUCK

Now, suppose i want to change the name of the print program or form, you can proceed as follows:

TXN NACE -> choose Application Area ( EF for purchase order) -> output types (tab on the application toolbar)

-> choose any Output type( 'NEU' in case of PO) and click on Processing Routines (in left hand menu). Now, you have got the mapping of program - form. Just change program/script (as desired) and save

Regards

Ashish Jain