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

RFKORD50

Former Member
0 Likes
999

Hi,

I have created a copy of standard program ZFKORD50.

Now when i execute it , I want to add the company code and its corresponding form (both of which do exist) in the FORM TITLE. How do i proceed?

Regards

Nishant

Hi,

I have created a copy of standard program ZFKORD50.

Now when i execute it , I want to add the company code and its corresponding form (both of which do exist) in the FORM TITLE. How do i proceed?

Regards

Nishant

1 REPLY 1
Read only

Former Member
0 Likes
714

Nishant,

I am not exactly sure what you mean. Do you want to add new fields to the SAPscript?

Standard processing of RFKORD50 uses layout set F140_DOCU_EXC_01. If this SAPscript layout set does not have the fields you need, you will have to make a Z version, add the fields, and then change configuration. You should probably create a custom correspondence type so SAP standard is not impacted.

If you run the RFKORD50 program in SE38, you can see what structures are available in the help. On the selection screen, hit the blue "i" icon for documentation. For example, table T001 and structure RAADR have the company code information.

There are several transactions used for configuration (OB77, OB78, OB96, OB79), but I do not want to give you too much information that you night not need.

Norm