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 you define a field without a data element? : abap data dictionary

849


What are conversion & interface programs in sap?

827


Difference between user exit and badis?

839


When the top-of-page event does get triggered?

874


Write the bdc table structure? : abap bdc

790


What are the layers of data description in r/3? : abap data dictionary

870


Explain the differences between interactive and drill down reports?

735


What are multiple use BADIS?

1243


Explain what is a logical database?

787


Where the payroll results are stored

2110


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

871


Difference between sap script and report?

941


What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc

785


How to pass data from list to report?

751


What are the two different ways of building a match code object?

781