cancel
Showing results for 
Search instead for 
Did you mean: 

link or config footer

Former Member
0 Kudos

hi script masters,

i have created a footer using the tcode : SO10. with the name zmmpurchase.

so this needs to be linked in MM as they link the form.

do anyone you have the idea of where they link it?

regards,

pasala.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi,

If the case, this footer needs to appear in the MM print preview.

We can just include this footer (Standard text : zmmpurchase) into the sapscript which has been assigned in NACE transaction for the purchase order (EA)

Example :

/: INCLUDE ZMMPURCHASE OBJECT TEXT ID ST

Hope it helps.

Thanks

GR

Former Member
0 Kudos

hi ragavendra,

thank you so much for your valuble contribution.

am an abaper... i went to the NACE and saw the EA so there where can i give my footer name which is zmmpurchaseorder

i think it is the functional job to link it but they seems to be not knowing so can you pls navigate me so that i can help them.

your valuble help is much appreiciated.

thanks,

pasala.

Former Member
0 Kudos

HI,

1. Findout the Sapscript name from the nace transaction (EA is for purchase order).

For this, Goto NACE->Select EA->outputtype pushbutton->select NEU->double click Processing routines(rightside pane)->u ll get the details of the Sapscripts, routines, and driver program etc...

2. In SE71, give sapscript name,

In the layout, you can find the footer window.-> Edit Text-> Here, you can write the code for standard text (ZMMPURCHASE) as mentioned int the example.

For this, in Edit text for the footer -> goto menubar-> insert->text symbols-> give here ur standard text name.

Eg.

(/: INCLUDE ZMMPURCHASE OBJECT TEXT ID ST)

Hope this will be your requirement..

Regards,

GR