‎2006 Oct 03 10:40 AM
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 .
‎2006 Oct 03 11:08 AM
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
‎2006 Oct 03 11:30 AM
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