Tuesday, July 26, 2011

SM64 to trigger job event

Some job are Event periodic. Event can be raised manually using SE64 transaction.

Tuesday, July 19, 2011

Clear number range buffer

In some tale we have unique number is generated using number range object .Some time we have duplication these number . SM56 is used to reset number range object buffer.

How to remove editor lock from program

In view PROGDIR remove editor lock flag field EDTX  make it blank.

Wednesday, July 6, 2011

How to set same DATE FORMAT instead of using user profile

In SAP we have user profile OWN DATA use for date,currency,printer etc.Since SAP is ERP used by many companies location wise different country. So user setting may change depend on country.

Some time we have requirement where we have maintain fix date format to update some data variables .
In such case  user can not change user profile setting.

In ABAP we have option.
First step : we need to convert date into internal date format of SAP using function module CONVERT_DATE_EXTERNAL_INTERNAL, It will be in YYYYMMDD. 

Next step: use concatenate syntax to convert internal date into require format. 

Thursday, June 30, 2011

Search help for Value Table

Search is automatically available for table field name , data element  and domain name is same. Domain in link to value table has same field name.