which is procedure used for SAP Enhancement?
Answers were Sorted based on User's Feedback
Answer / venkat
goto Tcode SMOD to find out the suitable user-exit.
after goto Tcode CMOD to implement the logic for exit.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / siddharth samal
two procedure
USER EXIT - CMOD- DEFINATION SMOD- IMPLEMENTATION
BADI - SE18 - DEFINATION SE19 - IMPLEMENTATION
Is This Answer Correct ? | 2 Yes | 1 No |
what is mean be On Change of in Control Break statement
In an Internal Table, I have 1000 records. I have to Retrieve One Record. In Performence wise what is the Best Query?
What is an update type with reference to a match code id?
What is the process to enhance the Infotype
difference between enhancement and modifying
What are the components in technical setting while creating a table
What is the difference between data elements and domains? : abap data dictionary
What is sequence number
1 must be expert in JAVA to learn SAP-ABAP?
Can there be more than 1 main window in sap script?
i have 2 fields on selection screen of a Report along with a check box.My requirement is initially that first field sud be mandatory but when we click on the check box the first field which was mandatory sud now be optional and the second field now sud be mandatory.Please provide the solution asap. thank u.
A database table contains 3 fields(Student_no,Section,Total_marks).I want retrieve top 10 students from each section.Note:(Section contains data like A,B,C.Each section contains more than 10 students).