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

Add new custom fields in tcode VA05

Former Member
0 Likes
1,274

In order to add new custom fields in tcode VA05, i need to change V05TZZMO which is a exit to populate the new fields.

But how can I edit V05TZZMO ? I must have development key to change that ?

In order to add new custom fields in tcode VA05, i need to change V05TZZMO which is a exit to populate the new fields.

But how can I edit V05TZZMO ? I must have development key to change that ?

2 REPLIES 2
Read only

Former Member
0 Likes
742

You will not only need a developer key to modify the include, but also an access key, because you're modifying a standard SAP program (only true for old user exits, newer style exits like customer exits, BAdI's or enhancement framework no longer require modifications/access keys and you only need a developer key for making changes).

Read only

Former Member
0 Likes
742

Hi,

As u have to modify the standard program directly not any customer exit or badi , for sales order transactions like va01 va02 , va03 , va51 etc..., so u need a developer key as a developer that is common for any program u write for the first time witha new userid + u need a standard sap access key also .

Regards