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

to add header for a standard program

Former Member
0 Likes
832

Experts i have copied this program RMCB0300(screens, documents, includes, evrything) as ZRMCB0300...this is the program for MC.9 transaction.experts please help me in this. i just want to add some header text for the output of the program.could you please tell in which include program is those things located.the output will be in just a classical report format and at the top of th report i have to add the client name.kindly help me in this.

Experts i have copied this program RMCB0300(screens, documents, includes, evrything) as ZRMCB0300...this is the program for MC.9 transaction.experts please help me in this. i just want to add some header text for the output of the program.could you please tell in which include program is those things located.the output will be in just a classical report format and at the top of th report i have to add the client name.kindly help me in this.

5 REPLIES 5
Read only

naimesh_patel
Active Contributor
0 Likes
797

Search for TOP-OF-PAGE event in your program and Add your code to print the company in that section.

Regards,

Naimesh Patel

Read only

0 Likes
797

that is the difficulty i'm facing sir

where to find in these thousand and thousand lines of code

Read only

Former Member
0 Likes
797

You could try changing one of the Gui Titles if you want the text to be above the button bar. If you want to write some text on one of the output screens, try searching on 'WRITE' to find where the program writes to the screen and insert your text there.

Read only

0 Likes
797

that is the difficulty i'm facing sir

where to find in these thousand and thousand lines of code

Read only

0 Likes
797

Use the search functionality in SE80.