cancel
Showing results for 
Search instead for 
Did you mean: 

submit value of parameters to SAP

former_member483593
Discoverer
0 Kudos

Hi everybody,

I'm currently working on an application in xcode. I have a BAPI that generates an id and then should put some data into the database (user defined). This BAPI uses import and export parameters that are given to and MBO on the SUP server (1.5) and gives them to xcode. The problem is that when i run the application and login to the server and start a subscribe to my package the BAPI gets called and so a new entry is made in SAP (only the ID is generated). now when i try to change the values of my MBO object and send it back it does nothing but just enter a new id into the database. I also tried an MBO with synchronisation parameters but this does exactly the same. Can anyone help me with this because i've been searching on this for a week.

thx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You must use an operation for this scenario. Mbo without operations is only for readonly data.

Answers (0)