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: 

Open in change Mode the enhanced Vendor Master Data

Former Member
0 Kudos

Dear All,

I have sucessfully enhanced the Vendor Master Screen , i am sutck in a situation where in i want to those fields to open up when the user Presses the Change button on FK03 Tr Code.

The new fields open when we use the Tr Code FK02.

I have checked the BADI VENDOR_ADD_DATA_CS but was not successful.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

You need to check the type of activity in the method SET_DATA parameter I_ACTIVITY:

  • A -> Display
  • else ->Update

Max

1 REPLY 1

Former Member
0 Kudos

Hi

You need to check the type of activity in the method SET_DATA parameter I_ACTIVITY:

  • A -> Display
  • else ->Update

Max