cancel
Showing results for 
Search instead for 
Did you mean: 

Field Changed in BBP_PD_SC_GETDETAIL

Former Member
0 Kudos

Hi All,

The business have a requirement to display an error message any time the user changes a delivery date when making an order in SRM.

If i use the BAPI BBP_PD_SC_GETDETAIL in the BADI BBP_DOC_CHECK_BADI I can see the delvery date.

However I want to know is there a way that I can check whether the user has changed this value.

Many Thanks for any help provided,

Colm

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

If the requirement is to avoid user changing the delivery date, one of the options is to make the fied display-only which can be done using BBP_UI_CONTROL_BADI.

Anyway coming to your question - based on the SC item GUID get the date from table BBP_PDIGP and compare it with BBP_PD_SC_GETDETAIL through which you can verify whether date was changed or not.

Rgds,

Prasanna

Answers (1)

Answers (1)

khan_voyalpadusman
Active Contributor
0 Kudos

when a shopping cart is created --> the required date is always the --> system date.

you can compared the value entered in the field --> with the system date and check wether they are different.

you van try this , i am not too sure wether this will work.

system date is identified by sy-datum...