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 precautions or prerequisites do you follow to update a record into database table and how

5244


What is locking? : abap data dictionary

629


What are the pooled and cluster tables?

560


While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc

762


What are Table control and tab strip control in dialog programming ?

5240






What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?

903


How do you write transaction programs in sap?

574


What is the difference between a substructure and an append structure? : abap data dictionary

649


Explain different types of locks?

561


Define structure in abap data dictionary?

611


What two statements are required in an abap program to output an icon using a write statement?

537


How to copy table across clients?

621


In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?

598


How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.

1698


Explain about sap fico testing and the tools used? : abap bdc

606