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

Incomplete data into substitution

Former Member
0 Likes
370

Hi,

I've implemented a substitution for MIRO, which picks the suitable cost element for profit center, which are maintained in OKB9

But in substitution is having COBL and COBK structures. but COBL-PRCTR is not having any value, due to that i am getting an error as: 'Account 40002304 requires an assignment to a CO object'. We don't want to maintain default cost element. It should pick from the list which is maintained in OKB9.

How to get the COBL-PRCTR value into substitution.

Regards,

Naveen

1 REPLY 1
Read only

Former Member
0 Likes
324

I got a solution for this: I've implemented a BADI AC_DOCUMENT. in that i exported PRCTR based on BUPLA and i imported into Subtitution.

Naveen