Sign in
Sign in
Recover your password.
A password will be e-mailed to you.
Browsing Category
Abap development
ABAP to the future – my version of the BOPF chapters – Part 4: Determinations and general…
8.2.5 Determinations Up to now, we’ve been interacting with a Business Object solely as a consumer. It’s now time to move to the other side and provide…
BOPF Creation Using CDS Views & ODATA Publish
In these blog I am going to help you , How to create the BOPF Objects automatically using CDS views. How to Publish Odata Service in the Back End.…
Utility Tool – Program To Lock Inactive Users
Requirement: A program with functionality to identify and notify users who have not logged in the system for a certain time period. Program should send log-in reminder e-mail…
Delivery Picking, Packing, Unpacking, Goods Issue.
As I was working to create a program that would do the picking , creation of handling units , packing of HU’s , unpacking of HU’s , delivery/picking Quantity…
Self-Inner Join using SAP Quick Viewer (T-code SQVI)
Author : Biswanath Guha Introduction : SAP Quick viewer tool is used to fetch data graphically without writing codes. It helps…
Custom program to Call Standard IDOC without MASTER_IDOC_DISTRIBUTE
Dear All, There might be a requirement where you need to call standard IDoc’s via custom program . This…
BAPI Extension for Customer added Fields
Introduction Customers often have to change the standard SAP objects in order to meet their own specific requirements. This…
New ABAP CDS Tools in SAP NetWeaver AS ABAP 7.5
SAP NetWeaver AS ABAP 7.5 delivers many new features in the area of ABAP Core Data Services (ABAP CDS). In addition to the new CDS language features there are also many new…
To Add Rejection Reason in VF11
Our requirement: Generally we don’t get the option to put the rejection reason in vf11. Solution: Enhancement in Report LV60AU01 in (…
Renaming objects in ABAP for Eclipse
If you want to rename ABAP classes, methods or variables you have two possibilities: Feel the pain or use Eclipse… It’s pretty simple! Just right click on…