Application Development and Automation 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: 
Read only

Workflow method attributes

Former Member
0 Likes
410

Hi

In my workflow i have created one task inside the task i should refer to method in BOR can any body tell me what are the attributes we have to refer to method in my method i will pass matnr as input parameter and inside the method i will update some values to mara table i.e the logic inside the method going to do. so i want to make attributes of method as synchronus or what and all the attributes should be set for method .

2 REPLIES 2
Read only

Former Member
0 Likes
383

Hi,

Provide Material Number as your key field and If you are updating Table MARA then you can have ersda, ernam, laeda, aenam, mtart, matkl, ean11 can be given in the Attributes which needs to modified. Before writing a method or creating a ZMETHOD search if there ar eany standard method to do the same.

If you are not satisfied please let us know what table you need to update or your process eloboratly.

Thanks and Regards,

Prashanth

Read only

Former Member
0 Likes
383

i want to update marm table based on matnr and warehousenumber so i want to create 1 method for the method importing parameters are matnr and warehousenumber inside the method i will update the warehouse details from ztable data to marm table so what should be the attributes of method else any standard methods which updates any dbtables i can take that method as example