‎2007 Sep 20 7:24 PM
Hi,
I have to write a BDC which will update vendor master data for transaction FK01.
User enters in FK01 and enetsres data in NAM1 and STREET field everyday. In the evening we need to write a BDC which will copy NAME1 to NAME3 and
STREET to STREET4. These BDC will run in a scheduled manner.
How can we proceed with this ? What is the role of program RFBIKR00 in this and whats the meaning of PERFORM INIT_BGR00(RFBIKRI0) USING BGR00.
Please guide.
‎2007 Sep 20 7:33 PM
Rajesh,
You can do the BDC Recording using the transaction SHDB and generate a program using the normal BDC programming.You can also acheive this using the LSMW. Create your source structures and map those to the corrsponding structures of the standard batch Input program RFBIKR00.Follow the steps as defined in LSMW.
KC.
‎2007 Sep 20 7:58 PM
I am using LSMW for FK02 transaction. But I don't get as what you mean by using RFBIKR00 in LSMW ?
Regards,
Rajesh.
‎2007 Sep 20 8:06 PM
Rajesh,
In the Object attributes you have the option for Standard Batch/Direct Input. There you can give the Object : 0040 and Method : 0001 to select the RFBIKR00 Batch Input program.
KC