‎2007 Dec 07 3:27 PM
Hi All,
I have some peculiar problem, I want to update BKPF table and filed BKTXT with some number on the basis of sales invoice with reference to the AWKEY from another table. but while doing so I dont want to use UPDATE command. can anybody tell me the which are the other methods available.
Thanks & Regards,
Vinayak
‎2007 Dec 07 3:40 PM
Hi,
The most simple way would be to make a BDC session using FB02.
Bert
‎2007 Dec 07 3:40 PM
Hi,
The most simple way would be to make a BDC session using FB02.
Bert
‎2007 Dec 07 3:43 PM
Hi Bret,
Thanks for reply,
but its a regular job and may run 2-3 time per day.
‎2007 Dec 07 4:52 PM
BDC with CALL TRANSACTION 'FB02' will be the best option to update the documents.
It will be easy to make this kind of BDC for FB02 to just update the Doc header text.
Because it doesn't include the compalexity of the line items which are vary by the Field status group.
Regards,
Naimesh Patel