cancel
Showing results for 
Search instead for 
Did you mean: 

PO details not getting updated

Former Member
0 Kudos

Hi,

I'm trying to update details of PO.

I've used:

BBP_PD_PO_UPDATE

BBP_PD_PO_SAVE

BP_PROCDOC_RESET_BUFFER

COMMIT AND WAIT.

But still i'm not able to update the PO details.

Awaiting a quick response.

Regards,

Neha.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Refer the foll threads:

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Hi Disha,

This exactly what i've done yet i'm not getting the right result.

Following is the a small extract of my code:

CALL FUNCTION 'BBP_PD_PO_UPDATE'

EXPORTING

i_park = c_on

i_header = ls_header_up

i_save = c_on

TABLES

i_item = lt_item_up

e_messages = lt_messages.

CALL FUNCTION 'BBP_PD_PO_SAVE'

EXPORTING

iv_header_guid = ls_header_up-guid.

CALL FUNCTION 'BBP_PROCDOC_RESET_BUFFER'.

COMMIT WORK AND WAIT.

Regards,

Neha.

Former Member
0 Kudos

Hi,

Try the foll:

1. Lock the PO(BBP_PD_PO_LOCK)

2. Update the PO (BBP_PD_PO_UPDATE)

3. Commit the PO (BBP_PD_PO_COMMIT)

4. Unlock the PO (BBP_PD_PO_UNLOCK)

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Hi,

BBP_PD_PO_COMMIT doesn't exist.

Regards,

Neha Misra.

Former Member
0 Kudos

Hi,

Use COMMIT instead but see whether the LOCK/UNLOCK logic works.

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Hi,

It doesn't work

Regards,

Neha Misra

khan_voyalpadusman
Active Contributor
0 Kudos

hi,

try using

BBP_PROCDOC_UPDATE.

Message was edited by:

khan voyalpad usman

Former Member
0 Kudos

Hi,

Tried that as well

Regards,

Neha.

khan_voyalpadusman
Active Contributor
0 Kudos

hi,

can you please check wether there is any function module which has entry

DBUPDATE?

BBP_PROCDOC_DBUPDATE.

can you please search with the above terms.