cancel
Showing results for 
Search instead for 
Did you mean: 

COMMIT BAPI Problems

Former Member
0 Kudos

hi we have implemented VC on Ep6.0 SP2 pacth 27.

when we try to create a model using BAPI_BANK_CREATE and BAPI_TRANSACTION_COMMIT with input forms for BANK_CTRY and BANK_KEY and also an input form for BANK ADDRESS the following is the problem we face.

after running the preview in runtime when we enter all the details in both forms and click submit only the BANK_CTRY and BANK_KEY is being written into R/3 i am getting no errors or messages after i click submit.

is there something wrong with the design or is it an issue with VC?

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Lisi
Advisor
Advisor
0 Kudos

Hi Rahul,

When you use more than one input form to a BAPI, you should change the action name on the connecting line between the input forms and the BAPI to *submit.

You can also commit the work automatically by checking the "requires commit" property of BAPI_BANK_CREATE.

Regards,

Lisi

Former Member
0 Kudos

hi elizabeth

your suggestion worked perfect.

thank you so much