cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Order status

Former Member
0 Kudos

Hi Friends,

I am working Extended classic scenario 5.0

Is there any functional module to change back the PO held status to Order status by manually without changing PO. (Under Process Order)

Note: Initially PO is in Order status and after the its in held status.

Thank You

Shrinivas

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

If the PO is in held status in backend means problem wiith vendor or any other master data. FM to push PO from SRM to ECC BBP_PD_PO_Transfer.

regards,

Satish

Former Member
0 Kudos

hi

try FM

CALL FUNCTION 'BBP_PD_PO_STATUS_CHANGE'
     EXPORTING
       i_guid     = is_header-guid
       i_activity = lv_status
     TABLES
       e_messages = lt_messages.

with lv_status in include BBP_PD_CON_STATUS

Regards

Former Member
0 Kudos

Hi,

When you order the PO what message you are getting?? Did you check the display changes? what is the difference between the previous version which was replicated to ECC and what changes made to the current version.

Kindly eloborate the above details so that I can tell you what might be the reason for SC in held status.

Regards,

Krish