Application Development 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: 

Updating exist FI document BSEG-ZUONR data element.

0 Kudos
657

Hi there,

We're trying to update ZUONR field on an FI document (BSEG) after it has been posted. I looked for a "change fi document" BAPI and have not been able to do so. Is a BDC for FB02 the only choice for such a requirement or is there a FM suitable for this task?

3 REPLIES 3

Former Member
0 Kudos
146

Hi,

Refer to SDN post [update Bkpf-Xblnr|;. This might help you.

Regards

Vinod

jj
Active Contributor
0 Kudos
146

check this article

[example for BTE|http://www.sdn.sap.com/irj/sdn/nw-development?rid=/library/uuid/207835fb-0a01-0010-34b4-fef1240ba9b7]

there is a BTE for doing the same check the above link

0 Kudos
146

First, thanks for the replies, second my apologies for not being more specific.

Here is the scenario: I have new custom data element added to MIRO, which is eventually stored in the RBCO table (at the line item level.) Our requirement is have this data element moved into the BSEG-ZUONR field.

I am aware of BTEs and have attemped to do so using the 1120 process, but the problem is I don't have access to the original data as entered in MIRO in the tables available in that BTE. It appears that the RBCO table is not even update until after 1120 process is executed.

Once again, thanks for responses.