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

F5210 error message in MIRO tcode

Former Member
0 Likes
1,803

Hi;

I've added a screen exit with badi BADI_FDCB_SUBBAS04, the added field works well in FB60, but in MIRO we get the message F5210 with the dates.

Any help.

Thanks on advance.

David Fúnez

Latacunga, Ecuador

1 ACCEPTED SOLUTION
Read only

former_member182371
Active Contributor
0 Likes
1,375

Hi,

if you do a where used search for the message, you will see that it is raised here, in these fm´s:

FI_COBL_CHECK

FI_PERIOD_DETERMINE

do have a look at them

i guess this is not necessary but you could have a look at this wiki (just in case):

http://wiki.sdn.sap.com/wiki/display/Snippets/Display+customer+fields+in+header+of+logistics+invoice...

please pay attention to the comments.

Best regards.

6 REPLIES 6
Read only

former_member182371
Active Contributor
0 Likes
1,376

Hi,

if you do a where used search for the message, you will see that it is raised here, in these fm´s:

FI_COBL_CHECK

FI_PERIOD_DETERMINE

do have a look at them

i guess this is not necessary but you could have a look at this wiki (just in case):

http://wiki.sdn.sap.com/wiki/display/Snippets/Display+customer+fields+in+header+of+logistics+invoice...

please pay attention to the comments.

Best regards.

Read only

0 Likes
1,375

Pablo,

thanks for response.

This is the MIRO behavior when entering INVFO-BUDAT:

1) with screen exit [BADI_FDCB_SUBBAS04] raises de error message F5210

2) with out screen exit it works ok.

3) FB60 works ok with or with out the screen exit [BADI_FDCB_SUBBAS04]

So, i don't know what could it be.

I followed your post to doit:

http://wiki.sdn.sap.com/wiki/display/Snippets/Display+customer+fields+in+header+of+logistics+invoice...

Thanks on advance;

David Fúnez

Latacunga, Ecuador

Read only

0 Likes
1,375

Hi,

in the comments of that wiki i´ve found out this:

Hi,

check this OSS Note:

Note 655772 - MIRO: Error F5210 when plant authorization missing

https://service.sap.com/sap/support/notes/655772

Best regards.

you could have a look at that OSS Note.

and check this thread too:

http://scn.sap.com/message/10851721#10851721

Best regards.

Read only

0 Likes
1,375

Pablo,

I've found the error with screen exit in MIRO:

1) when run MIRO tcode i noticed that the name of the BURKS doesn't displays on screen.

2) when entering BUDAT i debug, on (PAI) MODULE Get_period, the BSEG-BUKRS is empty on this FM, so because of this the F5210 error message raises.:

CALL FUNCTION 'DOCHEADER_PERIOD_FIND_CHECK'

        EXPORTING

             i_bukrs     = bseg-bukrs

             i_bldat     = bkpf-bldat

             i_budat     = bkpf-budat

             i_softcheck = g_softcheck                       "Note444834

*           I_KOART = '+'

*           I_HKONT = '+'

        IMPORTING

             e_gjahr     = bkpf-gjahr

             e_xrueb     = bkpf-xrueb

             e_currj     = bkp1-currj

        CHANGING

             c_monat     = bkpf-monat.

when i enter to MIRO tcode for first time, it asks for Society/BUKRS, i enter the society, in next screen it doesn't displays the name of the society, but at title level you can see the society code.

Any help, Image inserted for MIRO.

Thanks on advance.

David Fúnez

Latacunga, Ecuador

Read only

0 Likes
1,375

Hi,

read this thread with attention:

http://scn.sap.com/message/8496896#8496896

Best regards.

Read only

0 Likes
1,375

Solved;

I was passing a report not FM as a called program.

Answer:

http://scn.sap.com/message/13915319

David Fúnez

Latacunga, Ecuador