Saturday, November 29, 2014

SAP tables not used frequently

SWD_STEPS -  Workflow and tasks
SW* - For all workflow related tables
SWWWIHEAD - Workflow Runtime: Header Table for All Work Item Types
E071 - Objects in transport request.
TADIR - All Development Objects

Sunday, November 9, 2014

Finding the Routines from routine include name

1. Go to program MV80H200
2. Search for form XD0200_INCLUDE_NAMEN_SETZEN inside the program
3. Copy the first 5 letters from the include name ( eg if the program name is RV56C909, copy RV56C).
4. Search for RV56C inside the code.
5. Go to VOFN and inside class field, put the TRAU and execute.



Tuesday, October 14, 2014

Creating the SICF service node manually from the webdynpro application name

Program Name - WDY_CREATE_ICF_FOR_APPLICATION

Execute the program in transaction se38 and give webdynpro application name and give one name for the ICF node.
Once executed, ICF node will be created with the given name.



Friday, October 10, 2014

Program to resolve the proxy error while moving transport request

Program Name - SPROX_LOG_TRANSP_OBJ_INSERT. 

Execute the above program and give the error transport request as the input and execute.

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.