Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error while using STATUS_TEXT_EDIT

Former Member
0 Likes
1,246

Hi Experts,

I am using fuctional module STATUS_TEXT_EDIT to change the status of Handling unit number but I am unable to do so

beacuse the table name which these BAPI used to get object number is JEST but my object number to corresponding handling unit number are store in table HUSSTAT.

the error which I am getting is "No status object is available for HUXXXXXXX."

Please reply ASAP.

Thanks in advance,

Gaurav

7 REPLIES 7
Read only

Former Member
0 Likes
979

Gaurav

Check following function modules to get the status:

HU_STATUS_SELECT

HU_STATUS_CHECK

Thanks

Amol Lohade

Read only

0 Likes
979

hi Amol,

Will these two FM will work to change the status of HU?

Read only

Former Member
0 Likes
979

Though the Function Name consists of EDIT it is used for Reading the STatus Text.

Try to check other function module.

check in the same function group.

Read only

Former Member
0 Likes
979

refer this link. your problem will be solved

Read only

Former Member
0 Likes
979

You can use the function module STATUS_CHANGE_INTERN_VB to update the status..

This must help for your requirement.

Thanks,

Srinivas

Read only

0 Likes
979

hi,

you have replied for change of system status not user status...

Read only

0 Likes
979

Hi,

For changing the user status you can use this function module.

STATUS_CHANGE_EXTERN.

Hope thsi will help.

Regards,

Swarna Munukoti.