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

update vendor master std program?

Former Member
0 Likes
713

Hi,

My requirement is that I have to interface the vendor master data with the legacy system, the method used here is that in my z-prg I have to use a statement Submit "RFBIKR00" . The structure used here are BGR00, BLF00, BLFA1 & BLFB1. the incoming flat file has data for the field BLF00-TCOCODE = 'XK01' for the first time it sends the files... this is daily interface .. so next time the incoming file will only have the info of changed vendors only ... so second the field BLF00-TCODE = 'XK02' ... Can anybody tell me which std. SAP prg . I should use to handle the changes of vendor data??

Thank You,

SB.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
670

The same one - it's documented that way.

Rob

5 REPLIES 5
Read only

Former Member
0 Likes
671

The same one - it's documented that way.

Rob

Read only

0 Likes
670

but my prg is erroring out saying vendor already exists....

Read only

0 Likes
670

Even with BLF00-TCODE = 'XK02'?

Rob

Read only

Former Member
0 Likes
670

Can you paste your code for populating the structure BLF00?

Read only

0 Likes
670

I've not used it before, but I think using it would be quite similar RFBIBL00.

Rob