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

Action Class

Former Member
0 Likes
793

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..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
680

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

4 REPLIES 4
Read only

Former Member
0 Likes
680

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

Read only

Former Member
0 Likes
681

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

Read only

0 Likes
680

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.

Read only

0 Likes
680

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