‎2005 Dec 27 8:34 AM
Hi! Everyone..
I'm working with GTM in SAP Extended module.
GTM is Glrobal Trade Management.
What is 'Action Class'?
Maybe, this is base of industry solution developement.
Maybe, I want to gain anything about it.
Thanks in advance and Happy New Year..
‎2005 Dec 27 9:18 AM
Hi,
An action class is used as an interface for transferring data to R/3 documents and performing background activities. It must implement the "IF_WB2_ACTION" interface. The TEW only transfers the data of the preceding document to the action class. Creation of or changes to documents is the responsibility of the action class. The business logic is implemented in the action classes in the form of ABAP programs.
Using the business process step to be processed, the session and the associated previous step, defined in the TEW, the system automatically determines the appropriate business scenario and from this determines a single action class. The action class defines the R/3 document that needs to be processed, and any other background actions that need to be executed.
vijay
‎2005 Dec 27 9:14 AM
Hi,
Please goto the URL
<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/74/934841f60df723e10000000a155106/frameset.ht">http://help.sap.com/saphelp_erp2005/helpdata/en/74/934841f60df723e10000000a155106/frameset.ht</a>
OR
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/10/e4bf3eb8b73614e10000000a114084/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/10/e4bf3eb8b73614e10000000a114084/content.htm</a>
Hope it helps...
Lokesh
Pls. reward appropriate points
‎2005 Dec 27 9:18 AM
Hi,
An action class is used as an interface for transferring data to R/3 documents and performing background activities. It must implement the "IF_WB2_ACTION" interface. The TEW only transfers the data of the preceding document to the action class. Creation of or changes to documents is the responsibility of the action class. The business logic is implemented in the action classes in the form of ABAP programs.
Using the business process step to be processed, the session and the associated previous step, defined in the TEW, the system automatically determines the appropriate business scenario and from this determines a single action class. The action class defines the R/3 document that needs to be processed, and any other background actions that need to be executed.
vijay
‎2005 Dec 28 4:02 AM
Thank you for your reply...
I am understand the concept of Action Class.
I want to know detail....
Have you any document or information?
If you needed, send something to me by e-mail
in my biz. card.
Thank you in advance.
‎2005 Dec 28 4:50 AM
There is table view for action and action class <b>V_TEWACTION</b>.
check the data element WB2_CLASS documentation.
for better understanding..
regards
vijay