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

Problem to view the contract created using BAPI

Former Member
0 Likes
555

Hi All,

when we are trying to create a contract in SE37 through the bapi--- bapi_loan_contract_Create we are able to create and generate the loan number.

but not able to view the contract details in the front end screen FNVS or in the database table, VDARL

We have also committed the bapi but couldnot view the contract

VK

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
450

How did you commit the BAPI from SE37? In the same run using BAPI_TRANSACTION_COMMIT?

Is so, maybe it would be better to write a little report in which you call your BAPI followed by the BAPI_TRANSACTION_COMMIT.

Normally it should work from SE37, but since I don't know the details, I can't really give you the exact answer.

Read only

Former Member
0 Likes
450

Hi,

What i understand of your problem is that, u 1st executed BAPI from Se37. and then executed another BAPI for commit work from se37.

In this case you will never see the contract no. created.

Create a sample program. In this program write FM to call the BAPI to craete contract and after that write FM 'BAPI_TRANSACTION_COMMIT'.

You will see created contract no.

Reply for further queries.

Please reward points if useful.

Regards,

Ashlesha