Sign in
Sign in
Recover your password.
A password will be e-mailed to you.
Browsing Category
Abap development
How To Extract Formatted SALV Output As An Excel Document in the background
Recently, have come across a requirement to send output of report developed based on SALV as an excel attachment. To achieve the same we can use the method TO_XML of class…
ACCOUNTTAX in BAPI_ACC_DOCUMENT_POST
After poring over SDN for hours together, I discovered that there was no one document which detailed the posting of FI Documents with Tax lines. This post is an endeavour to…
How to Upload Long Text into SAP Using Excel Sheet and SAVE_TEXT Function Module
Many times user may have requirement during uploading the data into SAP as below points. Upload the…
Mock specific classes with mockA
With mockA it is quite easy to mock interfaces for unit tests. But it is also capable of creating mock objects that are not based only on interfaces, but specific classes.…
Create Inbound Delivery ( BBP_INB_DELIVERY_CREATE ) Bug
BBP_INB_DELIVERY_CREATE function is used for creating inbound delivery. Normaly created delivery number and error messages are returned, but sometimes function exports empty…
Idoc deletion/archiving and reorganization process : A housekeeping process
Idoc deletion/archiving and reorganization process : A housekeeping process Idoc deletion : There are…
Reference a program’s internal table from ALV event handler – 2 Methods
What was the issue? When using ALVs, in this case using CL_SALV_TABLE, the event handler has to be defined as a method in a class that points to an event in the interface …
How to Generate a formatted excel in background and send it as an email using ixml method
I was working in one Project and there came a requirement that if a customer process any output form , the output should be displayed as formatted excel and if given a print…
Using ALV to display/edit fields of a structure
The idea I got the idea for this when I was working with the web dynpro view editor. I noticed there was something ALV like…
How to find styles used for a standard texts in smartform?
Here are the simple steps for finding out the styles used for standard texts in the smartform. Steps: 1.…