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: 

BAPI_PROFITCENTER_CREATE issue

former_member655569
Participant
0 Kudos

Hi All,

I am trying to use this BAPI for creating profit center by providing all the required fields and executing it directly in SE37, it is giving successful message " Prt ctr is created'. But when i check it in CEPC table or KE53 tcode, it is not available,

IF anyone has faced similar issue, plz provide your inputs.

Dhareppa

1 ACCEPTED SOLUTION

Former Member

When u execute a bapi of any create fm in se37, it creates records but does not stoe it since there is no commit statement there. Hence u cannot see it in the tcode.

2 REPLIES 2

Former Member

When u execute a bapi of any create fm in se37, it creates records but does not stoe it since there is no commit statement there. Hence u cannot see it in the tcode.

0 Kudos

Test the BAPI using a Test Sequence.

SE37

Function Module --> Test --> Test Sequences

Your first entry should be BAPI_PROFICTCENTER_CREATE

The second entry should be BAPI_TRANSACTION_COMMIT

Hope this helps.