‎2019 Oct 27 3:05 PM
I want to display data in standard form and I found function module : TURKEY_BOE_PRINT_NEW as a solution
but I don't know how to write this function and where I write the function in the print program
print program is RFKORD20
‎2019 Oct 28 11:25 AM
From what i understand from your query you need to know how to call the FM in your print program, You can follow the below steps for the same.
--> Create a Copy of the Print program into a Z Program.
--> Now call the FM using the Call function functionality in PATTERN as shown below: Click on PATTERN button first then enter the FM name in CALL function option and click continue. All required buttons are highlighted below:

--> You Can also use the where used functionality for the FM and understand how it is being used.
Do remember to configure the Custom Program in the required Output Types once all the changes in the program is done.
Regards!
‎2019 Oct 28 1:40 PM
My question is when I execute tcode f-36 the data displayed empty in the script so I want to edit in the print program to dislay the data
‎2019 Oct 28 1:44 PM
Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.
‎2019 Oct 29 12:41 AM
So you know the program, know the function module and also form name, and you cant debug it? or do you mean that fm does not exists?