SAP ABAP Tips & Tricks

Wednesday, November 8, 2017

Closing Cockpit Without Transport Request

›
Closing Cockpit without transport request: Clocking Cockpit is used for month end/quarter end/yearend activities with some defined st...

Test Data creation at Runtime from SRM to ECC

›
Capture test data at runtime in standard function modules from SRM to ECC. In day to day life, we come across situations where we hav...
1 comment:
Wednesday, April 23, 2014

Code useful for executing ALV Grid report in Background mode causing short dump

›
  Whenever an ALV grid control program is executed in background, a short dump occurs Error:    GUI cannot be reached  Reason Whene...
5 comments:
Wednesday, July 25, 2012

To find the IP address of application server in SAP

›
TYPES: BEGIN OF kernel_version,          key(21) TYPE c,          data(69) TYPE c,       END OF kernel_version.   DATA : gt_kernel_vers...

Shift negative sign from right to left in ABAP

›
DATA: gv_amount type konp-kbetr. DATA: gv_amount_text(15)  type c. gv_amount = 100. gv_amount = gv_amount * -1. gv_amount_text = g...
1 comment:

Details of messages being displayed on WEB UI in SAP CRM

›
In order to figure out the details of the messages being displayed on WEB UI in SAP CRM for analysis purpose, the following steps can be p...

Grey out fields on ME21N/ME22N/ME23N

›
How to grey out fields on ME21N/ME22N/ME23N For certain Purchase orders, based on some condition, we need to grey out the fields NETP...
6 comments:
›
Home
View web version

About Me

My photo
Srinivas Dummu
View my complete profile
Powered by Blogger.