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

Add Payment method in MIRO

Former Member
0 Likes
840

Hi everyone, and thanks in advance for your help!

I'm trying to add payment method after introducing a puchase order in MIRO and pressing enter key using Badi implementation MRM_PAYMENT_TERMS.

The problem is, just few fields are accesible through this Badi to modify and structure I_RBKPV, where field ZLSCH is found, is just an Importing parameter.

How could I modify I_RBKPV-ZLSCH?

Thanks a lot.

Hi everyone, and thanks in advance for your help!

I'm trying to add payment method after introducing a puchase order in MIRO and pressing enter key using Badi implementation MRM_PAYMENT_TERMS.

The problem is, just few fields are accesible through this Badi to modify and structure I_RBKPV, where field ZLSCH is found, is just an Importing parameter.

How could I modify I_RBKPV-ZLSCH?

Thanks a lot.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
576

Yes this BAdI doesn't allow to change this field, read also 1156325 - BAdIs in the Logistics Invoice Verification environment, but there doesn't seems to be some suitable enhancement; so I fear you may have to find some enhancement after execution of FI_TERMS_OF_PAYMENT_PROPOSE (or even use some wild and dirty assign to RBKPV(SAPLMR1M) or equivalent trick )

Regards,

Raymond