Thursday, September 25, 2014

Friday, September 19, 2014

Comparing versions of Business Object

1. Get the Program name of BO -  (Go to SWO1. Enter the BO name; Click Display; Double click on BO name; You will get the Program name of the BO)
2. Go to SE38;  Enter the Program name of BO; Dont click on display; Directly click  "Utilities->Version->Version Managment"
 You will get the versions.

Now you can do the remote comparison with Production version.

But this will show only the differences of methods (ABAP codelines). Other differences like Keyfields, Attributes, Exceptions  you can check manually..

Sunday, August 17, 2014

Workflow version change and activating.

1. Goto PFTC->Provide Template number.

2. Change->GOTO->Workflow Builder->Choose Version->You select the Version.

3. Activate the new version.

Wednesday, August 6, 2014

Copy Varient from one system to another

1. Run Report RSTRANSP.
2. Provide the program name as input.
3. Execute the program and provide the transport request number.


Monday, July 22, 2013

Adding SO10 text to Transport request


When we create or add text in SO10 it will not be added or prompt you add it in a transport request. If you want to add SO10 object in a TR, add it manually.

Give the following details

Program ID = R3TR
Object Type = TEXT
Object Name = TEXT,Text Name,Text ID,Language


SAP Dynamic Action

This Link is very good

http://wiki.sdn.sap.com/wiki/display/Snippets/Dynamic+Action

Monday, December 24, 2012

Function module to get work items in a particular User ID


SAP_WAPI_CREATE_WORKLIST

Pass USER = "user ID"

and get table WORKLIST as output.