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

Adding Fields to Standard Screen

Former Member
0 Likes
2,371

Hi All,

Need your suggestion.

I have to add few new Fields to the Standard screen of TCode : CMS_WB (SAP Banking)

Is there anything that could be done in config where new fields could be added?

How does it work out in traditional SAP modules?

How do we add a new field to transaction say VA01?

Or do we have to create a Z screen.

Please let meknow.

reagrds,

5 REPLIES 5
Read only

Former Member
0 Likes
896

can u tell me where exactly u need to add the field ie: in which screen.

can u tell what exactly is ur requirment.

Regards

priyanka

Read only

0 Likes
896

In the transaction CMS_WB, I have to add 3 custom fields.

Thanks

Read only

0 Likes
896

you can add using screen exit.

can u tell in which screen number you need to add those 3 fields.

so that i can check for exit

Regards

Priyanka.

Read only

0 Likes
896

Thanks a lot Priyanka.

Its a subscreen.

Name : SAPLCMS_BDT_RIG

Number: 0115

How do we achieve this?

Thanks

again

Pranu

Read only

Former Member
0 Likes
896

Hi,

Try to find out the user exits that are used to display the values in the standard tcode and add ur code in it. Try the transactions SMOD and CMOD to find and add ur code for the 3 fields.

Sharin.