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 is the difference between data elements and domains?
Fallback class
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
How will you read from internal table records in a given value range (without using loop)
How many default tab strips are there?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
Can you assign a matchcode object to a parameter? If so how?
What is the relationship existing between the various data elements? : abap data dictionary
Value table VS check Table.
What is the bapi?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
Where do you create indexes in abap?
From Excel to ABAP - Is batch mode possible ?
What is a function group? : abap modularization
How would you define the exponents for a type âfâ field?