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

BKPF Update

Former Member
0 Likes
677

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
618

Hi,

The most simple way would be to make a BDC session using FB02.

Bert

3 REPLIES 3
Read only

Former Member
0 Likes
619

Hi,

The most simple way would be to make a BDC session using FB02.

Bert

Read only

0 Likes
618

Hi Bret,

Thanks for reply,

but its a regular job and may run 2-3 time per day.

Read only

0 Likes
618

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