cancel
Showing results for 
Search instead for 
Did you mean: 

Help in Updating Table bbp_pdhgp !

Former Member
0 Kudos


Hi All,

This is my first POST in SCN and hopefully I get answer to the urgent help i require.

We have an issue in our live system where there is an need to update the Field : TOTAL_VALUE of Table : bbp_pdhgp.

I tried using the FM : bbp_pdhgp_db_direct_update but was unable to find the above field as an update option. We have previously used this FM to update VAL_PO_E : Release vlaue for contracts but we now have an requirement to update the Target Value of contracts in our live system.

Any help is greatly appreciated !

Regards,

Jitesh Solanki

SRM Consultant

Accepted Solutions (0)

Answers (1)

Answers (1)

vinita_kasliwal
Active Contributor
0 Kudos

Hi Jitesh

Generally for updating all fields SAP does not provide a FM ..

atleast I am not aware if any FM exists for this FM

However as a general rule If its urgent you can follow the below steps :

1. Go to BBP_PD find the GUID

2. Go to SE16 in table BBP_PDHGP and enter GUID

3. Click on it to open it vertically

4. Type /h in command bar and press enter

5. Press enter again Debug mode will open up

6. Click on CODE field and see its value it will be shown as "SHOW" Click on the pencil

and change the value to EDIT

7. Press enter to save the value and then Execute

8. Table would be open for editing .. change the value of your field

9. Save changes

10 . Click back arrow twice to move out of debug mode

DONE

Let me know if that helps ??

Regards

Vinita

Former Member
0 Kudos

Hi Vinita,

thanks for your reply.

But this is a live system and we are not allowed to have debug access in the live SAP system.

vinita_kasliwal
Active Contributor
0 Kudos

Hi Jitesh

The other methods would take a lot of time .. the ideal approach is that user who created should edit and it should again go for approval process ..

Discuss with your client and ask them what /how they would like it ..

An ABAPer or some one with a firefighter access should be able to do this ..

I have done the same for a couple of clients and they generally agree

Regards

Vinita