2011 Jan 20 11:31 AM
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.
2011 Jan 20 4:36 PM
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
2011 Jan 21 7:22 AM
THANKS A LOT FOR THIS.
NOW I HAVE DONE WITH PROJECT.
THAT WAS REALLY A HELP FULL ANSWER.