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

BAPI not working correctly

Former Member
0 Likes
1,580

Dear Experts,

     I use this BAPI for creation of interest rate Instrument 'BAPI_FTR_IRATE_CREATE' .While executing the BAPI it gives financial transaction number.

When checking transaction BAPI at table like VTBFHA not available.

Please help me.

Thanks,

Krishna

1 ACCEPTED SOLUTION
Read only

PeterJonker
Active Contributor
0 Likes
1,140

It is not clear to me what the problem is. Can you please explain further.

If you mean that the number that has been generated cannot be found in the table, this probably has to do that no commit has been done.  If you test in SE37 you need to choose testsequence and add BAPI_TRANSACTION_COMMIT to your test.

3 REPLIES 3
Read only

PeterJonker
Active Contributor
0 Likes
1,141

It is not clear to me what the problem is. Can you please explain further.

If you mean that the number that has been generated cannot be found in the table, this probably has to do that no commit has been done.  If you test in SE37 you need to choose testsequence and add BAPI_TRANSACTION_COMMIT to your test.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,140

Hi

What the exceptions you are getting?

You have using the 'BAPI_TRANSACTION_COMMIT' after the BAPI.

Thanks & Regards,

Sreeram

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,140

Did you

  • check RETURN table parameter for error message
  • pass TEST with initial value
  • execute a COMMIT WORK or a call of BAPI_TRANSACTION_COMMIT
  • used the WAIT option in the commit

Regards,

Raymond