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

Can we access static attribute from instance method

999


what is defference between repository and non repository Object?

6700


What is meant by exclusive, not cumulative lock? : sap abap data dictionary

590


can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.

3047


What is page window?

580






If yes then why do we require logical database

2705


When to use logical database?

573


what is sap scriptview ?

1734


What is the differences between structure and table in the data dictionary in abap?

611


How can we upload a text file having delimiters in to legacy system?

597


please give the remaining answers.

1754


How do you execute the payroll

2104


What are the steps in creating screen ?

1468


How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?

700


Can you set up background processing using call transaction?

596