cancel
Showing results for 
Search instead for 
Did you mean: 

help to create notification or order

Former Member
0 Kudos

hi gurus

my company want to maps notification and orders to mobile screen, they wants from me to create orders and notification,

i said to them, ok i can create from transaction iw31 and iw21.

SUP is middleware it can not fetch data directly from sap,

so, they wants from me to create notification and order through BAPI wrappers/ function modules of sap

help me how i creates this BAPI wrappers/ function modules of sap only to creat order and notification

step by steps procedures how i can create from sap

its urgent for me

Accepted Solutions (1)

Accepted Solutions (1)

former_member661330
Contributor
0 Kudos

Hi,

I hope this link works for you

Regards

Carlos Gonzalez

Former Member
0 Kudos

check the MAM30_001 to generate workorder via mobile system.

GetList MAM30_001_GETLIST

GetDetail MAM30_001_GETDETAIL

Create MAM30_001_CREATE

Modify MAM30_001_CHANGE

for notification MAM30_011

GetList MAM30_011_GETLIST

GetDetail MAM30_011_GETDETAIL

Create MAM30_011_CREATE

Modify MAM30_011_CHANGE

Answers (0)