TAG request

ABAP / SAP ARCHITECTURE / SAP BASIS / TRANSPORT MANAGEMENT
simulate request in target system before transportation – source code – part 2
I had shared the pseudo code of request simulation in simulate request in target system before transportation – strategy post.Now i am sharing source code for this useful program. For complex requests involving many objects , i strongly suggest you to first simulate your request and then transport to target system.

SAP BASIS / TRANSPORT MANAGEMENT
find out who transported a specific request
If you want to find out who transported a specific request ,you should follow below steps.

ABAP / SAPSCRIPT / SMARTFORMS / TRANSPORT MANAGEMENT
transport SO10 standard text objects
In smartforms and sapscript technologies standard texts are used for outputting fixed texts like company information, address or other templates. These standard texts are created from SO10 transaction. But when these objects are created , they are not automatically included in transport requests. you have to externally include these objects into workbench requests which should be development correction/repair type request.

simulate request in target system before transportation – strategy – part 1
After having many difficulties with requests everybody in SAP community must have asked himself this question, why SAP has not yet developed a program to simulate requests before transportation. I am also wondering this […]
RECENT UPDATE

dynamically change stylename in smartform
Lately we had a requirement to use different smart styles for different plants in our outputs. However smartform has a one-to-one relation with smartstyle. It means you can only provide one style […]

read Inbound/Outbound/Final delivery using selection criteria in SAP EWM
In EWM Documents are one of the main objects which we always need to access through our custom developments. There are different types of Documents which most of them you can already […]

SAP / SAP BASIS / SAP PERFORMANCE
explanation of ST03 times
reference : SAP Press – SAP Performance Optimization Guide

ABAP / PROGRAM LIBRARY / SMARTFORMS
generate HTML output from SMARTFORM and send it as email body
There was a standard process in our system which sends a text as the body of a mail, after a certain operation is completed. For this program a change had been done so that the program could send a custom SMARTFORM as a PDF attachment beside to the text body. This change had been done as a repair in a program. So far so good, everything was working fine.
MOST COMMENTED
ABAP / SAP ARCHITECTURE / SAP BASIS / TRANSPORT MANAGEMENT
simulate request in target system before transportation – source code – part 2
PROGRAM LIBRARY / SAP ARCHITECTURE / WEBSERVICE
consume REST oauth service from ABAP – get access token in order to call main webservice – part 1
ABAP / DICTIONARY OBJECTS / SAP BASIS
read table logs and extract table columns from DBTABLOG
ABAP / SAP PERFORMANCE
‘Exception condition “RESOURCE_FAILURE” raised’ error in parallel processing
ABAP / ALV / PROGRAM LIBRARY
converting CL_SALV_TABLE into CL_GUI_ALV_GRID
BACKGROUND JOB / SAP BASIS
‘Extended job selection’ in SM37
ABAP
selection screen custom button