cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to write the back to R3 system using 'BAPI_REQUIREMENTS_CHANGE'

Former Member
0 Kudos

Hello Friends

I am using the Bapi 'BAPI_REQUIREMENTS_CHANGE' to change the PIR from the Web Dyn Pro Side.

My requirement is that whatever value is send from the Web DynPro to the R3, it will change the data in the R3 through the Bapi.

I am sending all the attribute values as required to change the demand/PIR.

Also I am sending 'blank space' for the 'Delete_Old' Attribute.

So that nothing will be deleted and it will write back to the desired columns.

This I have tested on ECC system there it is working fine.

Now when I run application it writes back to some colum but not all the columns as desired.

I have tried this write back with 'Bapi_Transaction_Commit' and without.

Everytime it gives different results ( as there is not a set pattern of write back , evertime it changes from colum to colum)

Can any one help me.

Its really urgent.

Thanks a lot in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vivek,

Can you post exact code.. It would be clear to understand your problem.

Regards

Vasundhara

Former Member
0 Kudos

Hi

Have you tried with External Debugging. Set debugging to External (HTTP).

Utilities --> Setting --> Debugger

Set the debugging point at functiona module and then try to run applicaiton from webdynpro .

Regards

Hemant

P.S : Award pts if helpful