What is ABAP?

Explanation What is ABAP? ABAP is an advanced programming language developed and used by SAP SE, a German multinational software company. ABAP is designed to develop business applications in the SAP environment. ABAP was first developed in the 1980s as a language for creating data in the SAP R/2 system. Over time, it has evolved … Read more

List of SAP SRM Transaction Codes

Here are some commonly used Transaction Codes (Tcodes) in SAP Supplier Relationship Management (SRM): List of SAP SRM Transaction Codes BBPGETVD: Download the Vendor DataBBPGETVD2: Download Vendor DataBBPGETVD3: Download Vendor DataBBPGETVD4: Download Vendor DataBBPGETVD5: Download Vendor DataBBPGETVD6: Download Vendor DataBBPGETVD7: Download Vendor DataBBPGETVD8: Download Vendor DataBBPGETVD9: Download Vendor DataBBPGETVD10: Download Vendor DataBBPGETVD11: Download Vendor DataBBPGETVD12: … Read more

How to transport graphics from SE78?

SE78 is a transaction code in SAP ERP (Enterprise Resource Planning) that allows you to transport graphics, such as logos, pictures, or icons, between different SAP systems. Graphics can be transported using the SAP Transport Management System (TMS), which ensures the consistency and integrity of the data during the transportation process. In this guide, I … Read more

How to Transport SE63 translation for Script?

How To transport SE63 translations for a script? you can follow these general steps: Prepare the Translation File: First, make sure you have the translation file available. In SAP systems, SE63 is commonly used for translation tasks. Export the translation for your script from SE63 as a .XLIFF (XML Localization Interchange File Format) file or … Read more

BADI in Shopping Cart related Enhancement ( SRM)

In SAP SRM, the Shopping Cart is a fundamental component that enables users to create purchase requisitions for goods or services. BAdIs are widely used to enhance and customize the standard functionality of the Shopping Cart without modifying the core SAP source code. BAdIs provide a way to insert custom logic, validations, or additional functionalities … Read more

MBO BADI List in SAP HR

MBO BADI List explanation in SAP HR BADI Name Description HRHAP00_ACC_HEADER Appraisal Document – Header Data AccessHRHAP00_ACTION_LOG Appraisal Document – Action LogHRHAP00_ADD_HEADER Appraisal Document – Additional Header DataHRHAP00_ADD_ON_APPL Development: Add-On ApplicationHRHAP00_ADMIN Appraisal Document – Admin. FunctionsHRHAP00_ATT_ACCESS Document – Attachments: Authorization HandlingHRHAP00_AUTHORITY Appraisal Document – Authorization CheckHRHAP00_BC_ELEMENT Business Check Elements HRHAP00_BSP_TMPL Appraisal Document – Web Layout … Read more

Different Types of Selection Screens events

In SAP ABAP, selection screens provide a user interface for entering data and selecting options before executing a program. Selection screen events are triggered by user actions on the selection screen and allow you to perform specific actions or validations. Here are some of the commonly used selection screen events in SAP ABAP: Following details … Read more

BAPI_SALESORDER_CHANGE Sample program

BAPI_SALESORDER_CHANGE Sample program. Here are the details: Below is a sample program using BAPI_SALESORDER_CHANGE in SAP to modify sales orders. Please note that the code provided is a simplified example and may require modification based on your specific requirements. REPORT Z_SALESORDER_CHANGE. * Include necessary function modules INCLUDE <BAPI_INCLUDE>. DATA: lv_order_number TYPE VBELN,       … Read more

SAP SD Certification Questions and Answers

Below are the latest Questions and Answers list for SAP SD Certification. Question: Which statements concerning goods issue are true? A Goods issue reduces requirements in materials planning B Goods issue posts value changes to the stock account in inventory accounting C Goods issue posts value changes to the stock account in asset accounting D … Read more

TIME MANAGEMENT Question & Answer

Here is list of TIME MANAGEMENT Question & Answer 1. The prerequisite for planning shifts in Time Management • Planned Working Time • Availability Infotype • Personal Work Schedule • Requirements Profile 2. If work schedule for salaried and hourly paid employees are not different,then with respect to time management • 1 grouping is sufficient … Read more