cancel
Showing results for 
Search instead for 
Did you mean: 

Work Order Creation through BAPI Wrapper

Former Member
0 Kudos


Dear Experts,

While trying to create work order through BAPI wrapper in SAP work manager application implementation. I am filling following information.

IS_BAPI_INPUT: GUID

Tables:

IT_METHODS:

HEADER:

ORDER_TYPE

EQUIPMENT

SERIALNO

MATERIAL

PRIORITY

SHORT_TEXT

NOTIF_NO

While executing i am getting following messages in RETURN table.

Can you please guide me what went wrong or what mandate information needs to be passed to create Work Order through BAPI wrapper.

Work Order GET and UPDATE wrappers are working fine, only CRT is causing problems.

Regards,

HariK.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hari,

I think while creating workorder you have to fill IT_METHODS parameter in sequence and last parameter will be "Save" parameter.

can you please cross verify this?

Thanks

Ajitesh

Former Member
0 Kudos

Dear Ajitesh,

Thanks for your reply.

I have tried as you have mentioned, still it is causing same problems. It is allowing to create Work Order.

Regards,