- saplogon.ini file format
This note is only intended for checking the contents of the Saplogon.ini file used in SAPlogon.If you have found incorrect contents (attributes) in an ...
- MIGO using BAPI
BAPI_GOODSMVT_CREATE to post Goods MovementThe following is an abap program making used of the BAPI function BAPI_GOODSMVT_CREATE to do Goods Receipts ...
- BAPI_SALESORDER_CREATEFROMDAT2 Create Sales Order
Sample code on BAPI SALESORDER CREATEFROMDAT2REPORT zbapi_salesorder_create.TABLES: vbak, vbap, likp, vbkd.DATA: order_header_inx LIKE bapisdhd1 ...
- Deleting and Adding Leading Zeros
Answered
Deleting Leading ZerosIf you have a field that containg leading zeros and want to eliminate all leading zeros for a fax and e-mail report. Then you ha ...
- Difference between CALL SCREEN and SET SCREEN
CALL SCREEN vs SET SCREENWith SET SCREEN, the current screen simply specifies the next screen in the chain. control branches to this next screen as so ...
- Tcode to Run Report in SAP
Answered
How to Run Report in SAP Hello, I want to execute this Report 'RSUSR006' Through which t-code I will execute? How can I execute it? S ...
- Add New Segment in Inbound Or Outbound IDoc
Global class which adds segment to IDoc can be described in two steps1. Constructor·   ...
- Create Table Maintenance Generator
Answered
How to Create Table Maintenance Generator?Go to SE11, give the table name and click on change. Then Go to utilities--> Table maintenance generator. ...
- JOIN in open SQL
The condition in the ON clause has some limittations. See below. INNER JOIN One or more lines on the right-hand table is linked to a line in the ...
- How to convert from one currency value to other?
We can Use the Following Function Module to convert from one Currency vale to other In following function module we need to pass Foreign currency, Lo ...
- Maintenance of tables in SE16 not allowed
Transaction SE16 is a development tool.Restrictions which are required in a production environment are not evaluated in detail by Transaction SE16. Th ...
- Screen Output without Connection to User Error
Sometimes, while you are working in SAP you struck with an error message “Screen Output without Connection to User”. Then I think some peo ...
- Hotspot click in methods for ALV grid list
report zbnstest.************************************************************************* TABLES AND DATA DECLARATION.******************************** ...
- How to download Data in Internal table of CSV file?
Downloading Data in Internal table of CSV file Use the Function Module SAP_CONVERT_TO_CSV_FORMAT to convert the internal table into Comma separated ...
- Delete Record Through ALV grid Using Checkbox
Create the table with following field insert Data MANDT 3 PERNR 8 REFNO 8 NAME 40 SALARY 15 Wri ...
- Coding of Tabstrip Control
Tabstrip Control CONTROLS tabstrip TYPE TABSTRIP. DATA: okcode TYPE sy-ucomm, dynnr TYPE sy-dynnr, flag type flag, active ...
- Insert multiple record into database table using table control
TABLES: ZBC2_DVG_GR4. END-OF-SELECTION. CALL SCREEN 9800. CONTROLS: TC TYPE TABLEVIEW USING SCREEN 9800. DATA: OKCODE TYPE SY-UCOMM, ...
- Transaction code SE14.
SE14: The database utility is the interface between the ABAP Dictionary and the relational database underlying the R/3 System. The database utility al ...
- Date and Time functions
Below are the various Date and Time Functions in SAP:1. Get a date2. Date calculations3. Holidays4. Checking dates5. Converting dates6. Formattin ...
- How to clear Selection Screen input
After executing a report, the green arrow back key will takes us back to the selection screen with the original input on it. However, my client wou ...
- Program to upload picking quantity and do Post Goods Issue through vl02 transaction
Program : ZSDD_DELIV_PICK Title : Upload picking. Developed By : Sujitha.D - Orchid Functional Spec. By : Velayathum - Spectra Module : SD Start- ...
- Separate Alphabets & Numbers In Any String.
REPORT: ZSEPARATE_NUMBERS_ALPHABETS.DATA: result TYPE string,count TYPE i,cnt TYPE i,lv_alphabets TYPE string,lv_numbers TYPE string.cnt = 0.PARAMETER ...
- ABAP Function Modules
Function Modules for creating programs (Useful when you are generating programs)RS_PROGRAM_CHECK_NAME : To check program names if you are generating t ...
- What is SAP BOPF (Business Object Processing Framework)
If you are running short of time and you need to quickly get your hands on working on the development cycle, then BOPF is meant for you. BOPF stands f ...
- Write Statement in ABAP
Write OperationWRITE (see transaction LIBS for SAP guidelines using colors, symbols, icons etc. in lists): WRITE [ ]. can be:·   ...
- Transaction SHDB in BDC (Batch Data Communication) - Step by Step Help
Batch Input Transaction Recorder (SHDB) in batch data communication (BDC)Step1:Create a BDC Recording using transaction SHDB.Step2:Create a ZProgram f ...
- Error 'Cannot process message; no node determined for RECIPIENT' in transaction SOST
When sending a message (via Email, Fax, RML, etc.) it is failing with error status XS826 in transaction SOSTLong text of this error is "Cannot pr ...
- Use of BAPI, RFC and IDOC in SAP XI
Could any one tell me why we some time use BAPI, and some times use RFC and some times use IDOC while communicating with the SAP systems.Is there any ...
- Difference between BAPI and BDC
BDC vs BAPIWhat is the main difference between BAPI and BDC? BAPI BDC BAPI is used only when it is available for the particular transac ...
- ASSERTION_FAILED Error While display the dump from ST22
We are getting a runtime error ASSERTION_FAILED happens when display dump details from ST22. The termination occurrs in the ABAP program&quo ...