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: 

Retriving old value of MRP Type..

Former Member
0 Kudos

I am changing MRP Type value through BDC. How can I retrieve the old value of MRP Type? Please Help.

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

The old values will be stored in the table

CHDHR and CDPOS.

For that, you should know the table and field name where the mrp type values are getting updated to.

Regards,

Ravi

4 REPLIES 4

Former Member
0 Kudos

Hi deepali,

Welcome to SDN.

1. We cannot get/detect the values

which are present on screen

inside the bdc program.

2. In your case,

u may have to do

some SELECT query,

(for that particular code)

and get the field value in some variable.

regarrds,

amit m.

former_member181962
Active Contributor
0 Kudos

The old values will be stored in the table

CHDHR and CDPOS.

For that, you should know the table and field name where the mrp type values are getting updated to.

Regards,

Ravi

0 Kudos

Thanks a lot. It solved my problem.

Former Member
0 Kudos

Hi

try to query the table

<b>DBTABLOG</b>

for retrieing the info abt the changes made to the field