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

Pass value of newly created fields using coding block

Former Member
0 Likes
556

Hi All,

I have created few fields in SAP using coding block by transaction OXK3 in basic mode.

Can somebody please tell me, How to post the value of new fields created using coding block with the BAPI to post accounting doc?

Actually there is a program which uploads accounting documents, We need to pass the value of newly created fields in that program. Can any one provide input on the same??

Thanks and Regards

Shekhar Tagra

Hi All,

I have created few fields in SAP using coding block by transaction OXK3 in basic mode.

Can somebody please tell me, How to post the value of new fields created using coding block with the BAPI to post accounting doc?

Actually there is a program which uploads accounting documents, We need to pass the value of newly created fields in that program. Can any one provide input on the same??

Thanks and Regards

Shekhar Tagra

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
435

You have to use enhancement structure EXTENSION1 and implement the CMOD exit ACBAPI01 or BTE RWBAPI01. ([Note 487722 - Using EXTENSION1 for accounting BAPIs|https://service.sap.com/sap/support/notes/487722] and [Note 306504 - Collective note: BAPIs for the AC interface|https://service.sap.com/sap/support/notes/306504])

Regards,

Raymond