cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase order SAPFM06P print program to smartform

deva_gembali2
Participant
0 Kudos

Purchase order SAPFM06P,

The above programs referes to PO script form. Now i have created PO smartform. I am looking for program to call smartform. But this program refers to script. So how can i find the smartform calling program.

Regards,

Vasudeva

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You have to create a new program. You can copy SAPFM06P into Z program and should make some changes in new program.

CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'

EXPORTING

formname = "write the formname you created

IMPORTING

fm_name = function_module_name.

CALL FUNCTION function_module_name

.....

.....

After writing this program, go to NACT transaction and set your Z program.

Answers (1)

Answers (1)

deva_gembali2
Participant

Purchase order SAPFM06P,

While I am trying to call smartform /SMB40/MMPO_A insteaad of Script MEDRUCK, still calling script.

I have done Config in NACE

1 Print output SAPFM06P ENTRY_NEU /SMB40/MMPO_A

May i know the reason why it is calling script ?

Regards,

VAsudeva