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

Avoiding DUMMY value for profit center while posting COPA document

Former Member
0 Likes
735


Hi All,

I have a requirement where I post a document using BAPI_COPAACTUALS_POSTCOSTDATA using a Z Program.

Everything works fine , but if we do not mention the profit center explicitly, it takes the value as "DUMMY". Same happens with KE21N.

I want to find a user exit where I can change this dummy value to blank again. I do not want posts with DUMMY profit center values.

Can you please suggest where can add my custom code. I think this should happen just before the document is posted.

Kindly suggest where should I add my code.

Regards,

Barkha

1 ACCEPTED SOLUTION
Read only

former_member223133
Active Participant
0 Likes
583

Hi,.

Whenever profit center accounting is active, creation of DUMMY profit center is mandatory. This is to ensure that whenever profit center is not assigned in the posting, the system will consider DUMMY profit center.

Regards

Gangadhar

Hi,.

Whenever profit center accounting is active, creation of DUMMY profit center is mandatory. This is to ensure that whenever profit center is not assigned in the posting, the system will consider DUMMY profit center.

Regards

Gangadhar

2 REPLIES 2
Read only

former_member223133
Active Participant
0 Likes
584

Hi,.

Whenever profit center accounting is active, creation of DUMMY profit center is mandatory. This is to ensure that whenever profit center is not assigned in the posting, the system will consider DUMMY profit center.

Regards

Gangadhar

Read only

0 Likes
583

Hi Gangadhar,

Thanks for the input.

But for now our requirement is still the same.

So what can be the other way round for this?

Anyone, any more inputs pls.