Application Development 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: 

Adding Fields to Standard Screen

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

Thanks

0 Kudos

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.

0 Kudos

Thanks a lot Priyanka.

Its a subscreen.

Name : SAPLCMS_BDT_RIG

Number: 0115

How do we achieve this?

Thanks

again

Pranu

Former Member
0 Kudos

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.