cancel
Showing results for 
Search instead for 
Did you mean: 

SAPFM06P doubt

Former Member
0 Kudos

Hi,

I want to print an extra form through the standard program SAPFM06P. I think i have to copy the standard code and make a call to the new form when the first forms is finished by close form method.

Does anybody know in which point of the program is made the close to make the open of this new form i want to build.

Thanx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It is in the function module ME_PRINT_PO. The open form is in LMEDRUCKF1O. While working in 4.6C we actually modified SAP code. Once we moved to 6.0, then we used an enhancement point.

Former Member
0 Kudos

Hi

Michelle is right

You need to copy the fm ME_PRINT_PO and but also ME_READ_PO_FOR_PRINTING,

and it you're working on release ECC 6.00, u can try to create an enhancement point instead of copy the standard program.

Max

Former Member
0 Kudos

Thanks a lot,

I suppose that the open and the close methods are in the same place no?

Former Member
0 Kudos

Hi

The fm ME_READ_PO_FOR_PRINTING is to upload the data to be print, ME_PRINT_PO is to manage the print, so all your modification should be done there.

The routine prepare_formular is to open the script, routine end is to close it

Max

Answers (0)