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

Getting Error in MIRO

Former Member
0 Likes
3,933

Hi,

I am having one issue with one of the server where whenever I process a record by giving BVTYP(Partner Bank type) as 0001, and process it in MIRO,

I first get the error “Field BKPF-VATDATE. Does not exist in screen SAPLMR1M 6000’.

If I manually click adopt.

I get the message Field INFO-BVTYP does not exist in the screen SAPLMR1M 6000’.

So perhaps the issue only exists if the there is a field issue in the BDC?


For other PO`s above error is not popping up.. only for some Purchase Order number, I am getting Error as above

Can anybody help me on this?

Regards,

Kiran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,777

Hi,

This is a field issue which is not available in MIRO for certain PO document types. The Screen fields can be configured based on the document types. I would suggest check with the functional consultant whether the field is required or not.  May be you can code based on the document type.!

7 REPLIES 7
Read only

Former Member
0 Likes
2,777

Nobody knows the answer/solution for this or dint i made the question in understandable way?

Read only

Former Member
0 Likes
2,778

Hi,

This is a field issue which is not available in MIRO for certain PO document types. The Screen fields can be configured based on the document types. I would suggest check with the functional consultant whether the field is required or not.  May be you can code based on the document type.!

Read only

dibyajeeban_jena
Active Participant
0 Likes
2,777

Hi,

As Kiran said, for the perticular PO doc type may be the field is not  available on  SAPLMR1M 6000.

So to resolve the issue

either

take help of a functional consultant and check the difference in configuration  between the doc type for which its comming error and for which its not showing error.

OR

In the BDC code where u r paasing value to the field : INFO-BVTYP inside the screen SAPLMR1M 6000 , put condition like...

IF PO_DOC_TYPE  NE  'XYZ'(for the perticular doc type for which its showing error)

PERFORM  for passing value to BKPF-VATDATE,INFO-BVTYP .

ENDIF .

Read only

Former Member
0 Likes
2,777

Thank you guys.. Much appreciated.

I informed to Functional Consultants about this.

Thanks

Read only

0 Likes
2,777

Pl check the note 381593. MIRO is an Enjoy transaction and hence there are issues with it. THe note suggest alternate options.

Hope it helps.

Read only

0 Likes
2,777

How to check the notes???

Can you give the steps to check it?

Read only

0 Likes
2,777

You need to have access to OSS. Your Basis team will have it, They will be able to down load this note and give you,

https://websmp201.sap-ag.de/~form/handler?_APP=00200682500000001952&_EVENT=CREATE_SEA

Regards