cancel
Showing results for 
Search instead for 
Did you mean: 

How to check a field value in Background (R3) system

Former Member
0 Kudos

Hi All,

I want to get and check the value of one field from backend R3 table in SRM Doc_Check_Badi

Kindly let me know how do we perform this?

Means how to do the RFC call for that ??

Points for Sure.

Regards,

Chirag

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

ok

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Something like this. Put DESTINATION after FM name.

...

CALL FUNCTION BBP_GET_BACKEND_SYSTEMS

CALL FUNCTION XXXXXX DESTINATION XXXXX

...

Regards,

Masa