Application Development and Automation 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: 
Read only

Issue in BDC for tcode MRBR

Former Member
0 Likes
1,176

Hello Experts,

I have written a BDC for tcode MRBR to release price block for a given Invoice Document.I have done BDC recording in development system and captured the Price block and released it successfully.But when the same code was moved to next system the position of the Price Block on the screen varied and it didnt get captured in the BDC execution and the block didn't get released finally. So need your help how i can capture the Price Block dynamically in all the systems?






Regards,

Dilli

Hello Experts,

I have written a BDC for tcode MRBR to release price block for a given Invoice Document.I have done BDC recording in development system and captured the Price block and released it successfully.But when the same code was moved to next system the position of the Price Block on the screen varied and it didnt get captured in the BDC execution and the block didn't get released finally. So need your help how i can capture the Price Block dynamically in all the systems?






Regards,

Dilli

6 REPLIES 6
Read only

Former Member
0 Likes
1,028

BDC works on screen if there is any variation it will give problem.

Better way is try to find BAPI for it.

Regards

Read only

davis_raja
Active Participant
0 Likes
1,028

Position of a field in the screen won't affect the BDC recording.

BDC recording is affected when the field is hidden or moved to a different screen.

Run the Tcode manually in both the systems and check for ambiguity.

Or you can record the BDC in the target system and include it in your code.

Read only

Former Member
0 Likes
1,028

Hi All,

Is there any such BAPI which can be used to removed the Price block in MRBR transaction?

Regards,

Dilli

Read only

0 Likes
1,028

Check out FM MRMBADI_RELEASE_CHECK to check and FM MRM_INVOICE_RELEASE_UPDATE to update invoice document.

Read only

Former Member
0 Likes
1,028

may be configuration Problem.

Field may be hide or removed in the other system.

Run the BDC in A mode and Check where it stops.

Read only

former_member196331
Active Contributor
0 Likes
1,028

If you run the bdc in Foreground then only you knows. Where is the problem.

May be BDC may runs in one system, other system may not be runs, Bcz Configuration problem.

Observe the Steps while running the bdc. Check the Difference between first and Second.