Monday, June 30, 2025

πŸ“„ Version Management in SAP ABAP

 

Using Version Management, you can get the history of a program with:

  • Request Numbers
  • User Name
  • Date of creation & change

  • It is highly useful to the programmer if required to retrieve an old version instead of the current version

πŸ”Έ Example:

➤ Go to SE38 ➤ Program: ZDEMO ➤ Select Utilities → Versions → Version Management


❓ Ques: How can you store an object from Local Object to existing Package?

➤ Go to SE38 ➤ Program: name which is stored in Local objectSelect Goto → Object Directory Entry ➤ Select Change option ➤ Package: ZABAP ➤ Save


❓ Ques: How can you delete an object from an existing Request Number?

➤ Go to SE11 ➤ Database Table: E071 ➤ Display ➤ Contents optionObject Name: program name (ZDEMO) ➤ Execute (F8) ➤ Go to SE10 ➤ Select Display ➤ Expand Main Request Number ➤ Expand Sub Request Number ➤ Expand Program optionSelect your program ➤ Select Delete option ➤ You will find a message, Enter ➤ Yes

No comments:

Post a Comment