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: 

testing BAPI_BUS1077_CREATE

Former Member
0 Kudos

I am having problems testing (via SE37) this BAPI that will update the specification database (EHS). The BAPI documentation is not very robust. When it comes to creating characteristic data for a VAT I cannot seem to get the proper key data built into my tables properly. Does anyone have experience using the primarykey, foreignkey, flgprimkey, and flgfrgnkey that the bapi documention suggests? thanks!

George Knoske

1 REPLY 1

uwe_schieferstein
Active Contributor
0 Kudos

Hello George

I am sorry to say that I do no have any experience with this BAPI. However, since I am struggling to understand some other BAPIs for my current project I could give tell you how I try to understand these BAPIs:

For each BAPI I define a test script using eCATT. There I can easily explore and vary the different parameters of the BAPI. And sooner or later I succeed in "feeding" the BAPI with the correct input.

This approach has the advantage that, if you succeed, at the end you have a test case for your BAPI.

Regards & Good Luck

Uwe