There is a delivery that is being created through the ABAP
code and in the middle it says delivery created but someone
is modifying , how would you rectify this issue
Answer Posted / anil kumar reddy
We can restrict other users from editing our programs/FMs with the help of "editor lock" Concept.
The editor lock prevents other users from making changes to the program. This includes attributes, documentation and text elements, as well as the functions "Rename" and "Delete".
This will be helpful for the crucial reports.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the different types of work process?
How can we declare a table control in the abap/4 program?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What is the basic difference internal tables and database tables? : abap data dictionary
How many types of tables exists and what are they in data dictionary?
What is the length of function code at user-command?
What is buffering allowed but switched off?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What are the two statements which are required in an abap program to output an icon using a write statement?
Does sap handle multiple currencies?
What is update task
what is field string ? & where we are using field strings?
Define spool request?
what is difference between (internal table types)standard table and sorted table in sap abap....
How to debug rfc function module?