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: 

Object type(AWTYP) and object key(AWKEY) to be passed to a asset acctg.BAPI

aris_hidalgo
Contributor
0 Kudos

Hello Experts,

I am currently experementing BAPI 'BAPI_ACC_ASS_TRANS_ACQ_POST' to post

intercompany asset transfers. However, I do not know what values to put on

specifically for object type and object key.

Also, if you guys have used the said BAPI, please post some example code on

what values to put.

Hope you can helps me guys. Thank you and take care!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Object Type field --> Reference procedure (Table (TTYP))

and

Object Key (AWKEY) --> Object Key

-


If an accounting document is posted via the interface in Accounting, the sending application transfers a unique reference. It consists of object key and object type. The object key consists of a reference document number and a reference organizational unit.

Example: 1000007899 00011996

Reference Reference organizational unit

document no. client and fiscal year

This parameter may not be required.

Refer the BAPI document in SE37

Reward if found helpful.

Regards,

Boobalan Suburaj

1 REPLY 1

Former Member
0 Kudos

Hi,

Object Type field --> Reference procedure (Table (TTYP))

and

Object Key (AWKEY) --> Object Key

-


If an accounting document is posted via the interface in Accounting, the sending application transfers a unique reference. It consists of object key and object type. The object key consists of a reference document number and a reference organizational unit.

Example: 1000007899 00011996

Reference Reference organizational unit

document no. client and fiscal year

This parameter may not be required.

Refer the BAPI document in SE37

Reward if found helpful.

Regards,

Boobalan Suburaj