‎2013 Aug 20 10:00 PM
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
‎2013 Aug 21 12:05 PM
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):
please pay attention to the comments.
Best regards.
‎2013 Aug 21 12:05 PM
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):
please pay attention to the comments.
Best regards.
‎2013 Aug 21 3:13 PM
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:
Thanks on advance;
David Fúnez
Latacunga, Ecuador
‎2013 Aug 21 3:40 PM
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.
‎2013 Aug 21 3:47 PM
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
‎2013 Aug 21 4:25 PM
‎2013 Aug 21 5:36 PM
Solved;
I was passing a report not FM as a called program.
Answer:
http://scn.sap.com/message/13915319
David Fúnez
Latacunga, Ecuador