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: 

BDC record MMPV issue

SampathReddy
Participant
0 Kudos
785

Hello All,

I have created BDC recording for the Transaction code MMPV. But the problem i am facing currently is during a Call Transaction a warning message is raised and BDC is not continuing further.

Almost all the options tried Synchronous/Asynchronous, No screen/All screen/Error screen modes. Tried Submitting program but no luck.

My understanding is that it is just a warning message, and it should get suppressed. Is this problem because of Warning message is from AT SELECTION-SCREEN.

Thank you in advance for your suggestions.

4 REPLIES 4

FredericGirod
Active Contributor
682

Do you have this warning even in background mode ?

SampathReddy
Participant
682

@Frederic Girod: Thanks for your reply. Background job is working correctly.

DominikTylczyn
SAP Champion
SAP Champion
0 Kudos
682

Hello sampath307123

Why are you trying to call MMPV with BDC? MMPV is a report transaction not a dialog one. BDC calls are for dialog transactions.

You can simply use SUBMIT statement to call the RMMMPERI report.

Best regards

Dominik Tylczynski

Sandra_Rossi
Active Contributor
0 Kudos
682

The warning messages sent in the PAI (including at selection-screen) are just ignored. If the program stops after the warning message, it's due to another reason.