In MPP,i have to create a input/output Button when i click
ther i have to move some other transaction How?

Answer Posted / buddula15

In the PAI module use CALL TRANSACTION 'TCODE' ( which
transaction you want to call).


module USER_COMMAND_9000 input.
if sy-ucomm = 'SALES_ORDER'. " sales_order is Fcode
CALL TRANSACTION 'VA01'.
ENDIF.
endmodule.


Buddula15

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is luw?

685


what is user specific parameter?

1675


Some Realtime Examples on Exits .

1723


When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization

613


What is a help view? : abap data dictionary

667






What are the modes in which any update tasks work?

628


Explain what is the step-by-step process to create a table in data dictionary?

631


What is an “on input filed” statements?

629


What is the difference between a pool table and a transparent table?

540


What do you do when the system crashes in the middle of a BDC batch session?

695


What is a function group? : abap modularization

592


What are the three components of a work process?

632


What is a sequence of event-triggered in report?

631


What are the dynamic actions and how to configure it? : sap abap hr

587


Can you print decimals in type n? What is difference between float and packed data type?

758