cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong Eform status showing in Browser from the table T5ASRSTEPS

Former Member
0 Kudos

Hello friends,

Browser status is fetching from table T5ASRSTEPS.

From the browser Eform status showing 'RESERVED'. But from SAP it is showing 'COMPLETED'. Customer asked me to mark Eform status from RESERVED to COMPLETED. This RESERVED status is maintained in the table T5ASRSTEPS. Could you please help me how to changes this values.

Thanks in advance.

Vijay.

Accepted Solutions (0)

Answers (3)

Answers (3)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

are you using any exit to influence the status? In standard we have correct status set in backend and frontend

You need to verify if you are using any modification which can result in this behavior

Former Member
0 Kudos

Hi Siddharth,

Thanks for the reply.

Using Custom WF. In SWI1 step status is COMPLETED. I wanted change browser status from RESERVED to COMPLETED.

Thanks,

Vijay

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

to do this, Please follow the steps from here, but do you want to set a particular status?

reserved is a correct status, What the WF status is set for this workitem in SWIA? Are you using custom WF?

CL_HRASR00_WF_COMPONENTS

SAP NOTE 1488458 >> lists all the steps

ie

Upgrade to the support package or apply the corrections manually, as

described below:

1. Go to the transaction PFTC.

2. Fill the entries as:

Task type: Standard Task

Task: 17900121

3. Go to the 'edit' mode.

4. Click on the 'container' tab.

5. Click on 'create' button.

6. In the pop up for the new entry creation, fill the element field as:

'Business_Status'.

Also,fill the Name and Short descrip. fields as: 'Business_Status'.

7. In the Data type options, select the last of the three radio buttons:

ABAP Dic. Data Type and enter the type name as: 'ASR_TASK_PROCESS'.

8. In the 'Properties' tab, check the option for 'Import'.

9. Save the changes.

it results from here

se80 webdynpro comp.

HRASR00_PROCESS_BROWSER

CL_HRASR00_WDA_PROCESS_BROWSER -> GET_READY_STEP_DETAILS

or se24

CL_HRASR00_WDA_PROCESS_EXECUTE

and check here

CL_PROCESS_UTILITIES, method GET_BUSINESS_STATUS

Edited by: Siddharth Rajora on May 4, 2011 8:03 PM

Edited by: Siddharth Rajora on May 4, 2011 8:31 PM