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: 

Subject: Posting key field not found in idoc type ACC_DOCUMENT02

Former Member
0 Kudos

Hello experts.

I am using the IDoc type ACC_DOCUMENT02 for posting FI documents. The sending system is also sending "Posting Key" but I could not find the same in the IDoc type.

Please suggest solution to capture the posting key and process it using the same IDoc type. And my another question is can any std IDoc type for FI exist without posting key?

Thanks,

Vaishali Shinde

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Posting keys are determined automatically based on transaction key (ACCT_KEY field in segments). You can also check table T030B,

3 REPLIES 3

Former Member
0 Kudos

Posting keys are determined automatically based on transaction key (ACCT_KEY field in segments). You can also check table T030B,

0 Kudos

Hi Sanjay.

Thanks a lot of your reply.

The posting FM will calculate it from the transaction key, but how can it be captured by the IDoc as my sending system have it in outbound msg?

Thanks,

Vaishlai Shinde

0 Kudos

Either your sending system should send data as per format required (ACC_DOCUMENT02) or you will have to write your own FM in receiving system which will convert incoming details to required format.

In this case, since sending system is only sending 'posting key' and not transaction ket, you should have your own FM to convert it.