- FM VRM_SET_VALUE To List Box
In my report I created alternative Bill of material (Stlal) from table mast as listbox and that list box must contain 01 to 06 no.s. How to do that? ...
- Enhancing ABAP CDS View in a modification-free Manner on HANA
This tutorial explains how to enhance ABAP Core Data Service View in a modification-free Manner and how to call the enhanced CDS view in open SQL  ...
- Enhancements and User Exits
SAP delivers a broad range of business functions within its R/3 application suite. You may find that the standard applications do not offer some ...
- SubTotal in ALV GRID
The code below produces alv display with 2 columns: field1 & field2. field1 is character based & the int. table passed to the alv is sorte ...
- Lock Entries Managing, Displaying, Deleting
Managing Lock Entries Function of Lock ManagementThe lock management purpose is to monitor the lock logic of your system. You can determine the l ...
- Creating a Variable and assigning values to variable in ABAP
Hello Friends, To Create a variable in abap: 1)Type SE38 in commandline and enter 2)Give some program name say YPROGRAM1 3)Click on the create bu ...
- 10 ABAP Skills you must know to be a Functional Consultant
ABAP refers to the programming language (4GL application- specific programming language), so it requires a robust command over SAP SD. Skills and thor ...
- Trigger Workflow when a Vendor is Changed in SAP through XK02 Tcode
BUSINESS OBJECT / EVENT USED:Custom BO / event will be because LFA1 Business Object does not have a Changed Event.So we first create a new BO which is ...
- ITAB_ILLEGAL_SORT_ORDER Runtime Error
We are getting following error while inserting or changing rows in a sorted table. The current ABAP program'/1BCWDY/FW1WQ3NR8PMGNRZFQ6V8==CP& ...
- Difference between Normal Report and Module Pool Program
Answered
Normal Report vs. Module Pool ProgramNormal Report Program is displaying in application serve as per normal requirement. Normal Report Program is used ...
- Customer/ Vendor PAN Number Table in SAP
* Title :  ...
- Problem with IDOC update from User Exit
I have an Inbound EDI 850 Purchase Order to create and SAP Sales Order. This comes into the iDoc ORDERS05 for processing by Function Module IDOC_INPUT ...
- Hierarchies in CDS (Core Data Services) Views
Role of Hierarchies in CDS ViewThe main function of hierarchy in analytics is to collect all facts in order to provide an eminent overview with the op ...
- BAPI_ ALM_ NOTIF_ CREATE - Maintenance Notification
I am trying to use BAPI "BAPI_ALM_NOTIF_CREATE" to create Maintenance Notification. I am working on SAP ECC 5.0 Version. When I try to creat ...
- PR PURCHASE HISTORY ABAP Report
*&---------------------------------------------------------------------&* *& & ...
- Obsolete Statements
Obsolete StatementsObsolete Declarations FIELDS Addresses a data object INFOTYPES Declaration of an internal table for HR info ty ...
- Goods Recipient field is disabled in MIGO transaction
When creating a goods issue using MIGO transaction, the goods recipient field is disabled for user input. To reproduce the problem, proceed with the ...
- Tray selection in SAPscript using output device
If you use transaction SPAD to go to the definition of the output device, on the 'Output Attributes' tab page under 'Output attributes for list driver ...
- Selection Screens parameters in ABAP
PARAMETERSPARAMETERS <parm>[(<length>)] <type> [<decimals>].Creates a parameter <parm>. The additions length, type, and ...
- Difference Between a User Exit and a Customer exit? Do I need to get some kind of access key from SAP to do a user exit?
Strictly speaking a User exit is any place within standard SAP, where SAP have added a mechanism for client specific code to be executed. Cus ...
- How to add G/L description column in FBCJ Transaction CASH PAYMENTS tab after G/L Column.
Yes you can add G/L Description but through modification only. Please Follow these steps to add G/L Text Field 1. Enhance CI Include CI_COBL add G/ ...
- Short dumps SYNTAX_ERROR, DYNPRO_NOT_FOUND, TIME_OUT
When we are displaying a table in transaction SE16 a Short dumps SYNTAX_ERROR, DYNPRO_NOT_FOUND, TIME_OUT, or CONNE_IMPORT_WRONG_COMP_LENG are display ...
- Error 'Change your SE06 settings to make namespace /0CUST/ modifiable'
Getting an Error "Change your SE06 settings to make namespace /0CUST/ modifiable" happens. When user activate "ENVIRONMENTSHELL" b ...
- Overflow of the export/import buffer
Transaction ST02 displays a high number of swaps relating to the export/import buffer. With the aid of transaction ST02, you can display buffer siz ...
- Purpose of PROTECT/ ENDPROTECT in SAPscript
Answered
You can specify either in the style or in the layout set that a particular paragraph should not be slit in two by a page beak. If the page protect att ...
- TMG (Table Maintenance Generator) in ABAP
What is Table Maintenance Generator (TMG)?Table Maintenance Generator (TMG) is a tool which is used to create a equipment by which customized tables c ...
- What is SSCR in SAP ABAP
SSCR Stands For and Meaning SSCR stands for SAP Software Change Registration, It is a process where all the manual changes are registered to SAP Di ...
- How to eliminate duplicate entries in internal tables
To delete all duplicate entries from a sorted internal table (e.g. just after SORT), you can use the DELETE ADJACENT DUPLICATES FROM itab statement. Y ...
- Types of BDC (Batch Data Communication) in SAP ABAP
Answered
What is BDC in SAP ABAP BDC stands for Batch Data Communication which is used for transferring the data from the Non-SAP system to the R/ ...
- DBIF_RSQL_INVALID_RSQL ABAP Runtime
We are getting following ABAP Runtime Errors DBIF_RSQL_INVALID_RSQL while working with 'Process Chain Analysis' in 'BW-Tools' in ...