cancel
Showing results for 
Search instead for 
Did you mean: 

output parameter in update operations

Former Member
0 Kudos

I have one MBO created from BAPI_INSPLOT_SETUSAGEDECISION by selecting

Input parameter :Inspection Lot Number,UD_Code,UD_Code_Group,UD_Plant,UD_Selected_Set

Output Parameter:Return

Created update operation with

Input parameter :Inspection Lot Number,UD_Code,UD_Code_Group,UD_Plant,UD_Selected_Set

Output Parameter:Return

There are two screen in workflow,

first screen has Lot Number,UD_Code,Code Group,Plant,UD Selected Set as fields and menu item update .

Type of menu item is online that invokes operation update of MBO created above .

Second screen I am trying to retrieve the output parameter of update operation ,but output parameter are not available on second screen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is one simple way also, which is not suggested but it will work if you are using HWC app.

Create MBO as attribute instead of operation and set personalization keys to all your input parameters in load parameters.

Then on HWC screen create all input fields for these input parameters and map all personalization keys to screen field keys on calling MBO on Menu item.

This will give you output of your query automatically.

Do let me know if you need more info.

Regards

Saket

Answers (2)

Answers (2)

midhun_vp
Active Contributor
0 Kudos

One solution for this is to implement Result Checker.

Please go through the below :

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01781.0213/doc/html/apr12...

- Midhun VP

DoanManhQuynh
Active Contributor
0 Kudos

Hi Former Member.

I dont realy understand ur problem, but I this this maybe what you are looking for:

http://scn.sap.com/thread/3244129

Thanks and regard.