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

transfering the vendor code to a ztable when the vendor is created.

Former Member
0 Kudos
167

HI All,

I am new to sap.

I got a my first requirement and was stackup with a problem. Can anyone can help me out in this? The problem is as follows.

I was trying to find the badi in Tcode mk01 which after creating a vendor in mk01 will capture the vendor code.(which we enter in the first screen.) I am not able to find the badi which after creating the vendor can store the vendor code.

actuall my aim is to tranfer the vendor code so created to the ztable along with the some variable like kind = 0 and status = 0.

i have done a practice project with material where i have done this with the help of a Badi i.e. badi_material_check.

and calling a z function which has importing parameter as material number and some variable which user defined in that badi.

now i got the requirement for the vendor creation Tcode mk01.

my aim is to send the vendor code i.e to the ztable when the vendor is created.

Can any one can help me out in this please.

2 REPLIES 2
Read only

Former Member
0 Kudos
138

Hello,

not a BADI, but: you could use the BTE (Business transaction event) 001420 or 001421.

You'll find them via transaction FIBF -> environment -> infosystem (P/S)

Regards

Wolfgang

Read only

Former Member
0 Kudos
138

THANKS A LOT FOR THIS.

NOW I HAVE DONE WITH PROJECT.

THAT WAS REALLY A HELP FULL ANSWER.