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: 

need to upload the z table whenever vendor is created

Former Member
0 Kudos

Hi all

I have one scenario in which I need to populat one ztable whenever a new vendor is created.

similarly whenver the vendor data is changed I need to downoad the changes in XL sheet.Can

you pls let me know how to proceed. Thanks in advance.

Cheers,

sami.

1 ACCEPTED SOLUTION

former_member585060
Active Contributor
0 Kudos

Hi,

Try to implement is User exit

SAPMF02K User exits: Vendor master data,

It will all the values while Vendor is created, and is triggered prior to saving.

Regards

Bala Krishna

3 REPLIES 3

former_member585060
Active Contributor
0 Kudos

Hi,

Try to implement is User exit

SAPMF02K User exits: Vendor master data,

It will all the values while Vendor is created, and is triggered prior to saving.

Regards

Bala Krishna

Former Member
0 Kudos

try this...


Transaction Code - SE11                     ABAP Dictionary Maintenance


 Enhancement/ Business Add-in            Description

 Enhancement
 SEDD0001                                Customer exits in ABAP/4 Dictionary



No.of Exits:          1
No.of BADis:          0

here you have to attach your code that whenever the lfa1 table is get updated then also the data will go into your customized table..

raymond_giuseppi
Active Contributor
0 Kudos

- Tnere is a BTE for that, look at BTE 00001420, look for documentation via transaction FINF, then copy FM SAMPLE_INTERFACE_00001420 to a custom FM, add your code and activate thru transaction FIBF

- There is also a customer-exit EXIT_SAPMF02K_001, look at documentation via transaction SMOD enhancement SAPMF02K, and implement thru transaction CMOD.

Regards