Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function module : TURKEY_BOE_PRINT_NEW

Former Member
0 Likes
1,377

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

4 REPLIES 4
Read only

former_member1716
Active Contributor
0 Likes
1,210

Asmaa Mohamed,

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!

Read only

Former Member
0 Likes
1,210

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

Read only

0 Likes
1,210

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.

Read only

DoanManhQuynh
Active Contributor
0 Likes
1,210

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?