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: 

Screen exit for BADI : VENDOR_ADD_DATA_CS

Former Member
0 Kudos

Hi,

I have to implement the screen exit in the badi vendor_add_data_cs, they given some fields to add to screen by using this bapi. I need to extend vendor master table also accordingly.

Could you please help out how to implement the screen exit for this badi, I did some badi but not screen exits. Is that any standard program screen there to add this fields or I need to create a custom module pool program to place the fields.

If you have any code please and screen shorts send across to me(vijaya.mudunuri@dataflo.co.za).

Thanks in advace,

vijay

1 REPLY 1

Former Member
0 Kudos

I think the below link will answer your scenario.

Steps that you might want to follow:

1> You can append the custom fields to vendor master table.

2> Call a subscreen or module pool in the BADI vendor_add_data_cs using the method GET_TAXI_SCREEN

3> in modul pool

export var to database indx.... (using abap memory)

4> In the BADI vendor_add_data_cs using the method SAVE_DATA import the var and update the custom fields. The data will be updated to database.