Application Development 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: 

error while using STATUS_TEXT_EDIT

Former Member
0 Kudos

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

Former Member
0 Kudos

Gaurav

Check following function modules to get the status:

HU_STATUS_SELECT

HU_STATUS_CHECK

Thanks

Amol Lohade

0 Kudos

hi Amol,

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

former_member188685
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

refer this link. your problem will be solved

Former Member
0 Kudos

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

This must help for your requirement.

Thanks,

Srinivas

0 Kudos

hi,

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

0 Kudos

Hi,

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

STATUS_CHANGE_EXTERN.

Hope thsi will help.

Regards,

Swarna Munukoti.