In MPP,i have to create a input/output Button when i click
ther i have to move some other transaction How?
Answer / 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 |
what is the difference between Blocked ALV and interactive ALV?
Which one of the following statements are FALSE about Inactive objects in SAP? a) Development Objects are always saved as inactive versions. b) An inactive version of a Development Object is written to developer’s pc c) In DISPLAY mode, other users can NOT access the code of inactive version of a developer d) Generating a runtime object is same as activating a development object.
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What event is trigger wen screen is displayed?Before displaying Initailization and Pressing enter At selection- Screen..............But at the selection displayed and we are entering values naa that time?
How can u transfer the data from one itab to another without using move & write statements?
what is view?different types of views?
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
tcode to find applicatin server directories?
If we put Top of Page in between Start-of-selection and End-of-selection and what happenes
Performance tuning. How can you know which line of code taking long time to execute?
How collect statement is different from append?
What is the full form of spro? : sap abap hr