2022 Dec 19 1:52 AM
Hi, i need some help
i want to code 1 tcode with MIGO and MIRO layout like this
can everyone help me some idea about the data and code? i am new, hope u guys can help me
Thanks
2022 Dec 21 2:37 PM
Did you try to create a simple ALV grid from data of PO and table EKBE as main entry. Just use or create a correct field catalog where quantity and amount fields are linked to correct units of mesure and currency codes.
Else please elaborate on '1 tcode with MIGO and MIRO layout ' specification...
2022 Dec 19 5:35 AM
Hello Aries Vũ
If I understand your question correctly you need to save layout as you shown in screenshot. If yes, then on upper extreme right of this window there is a square button with yellow and blue line. Click on it and save variant with your name. Be careful not to save with administrator.
If not this is the case then elaborate your question.
Regards,
Neeraj Jain
2022 Dec 19 8:15 AM
thank Neeraj Jain
but what is need is something else
this pic from me23n
and i want to code it (MIGO and MIRO) in my tcode in SE80
2022 Dec 19 8:23 AM
Use table EKBE - PO history to build your logic either for ALV report or for use in a transaction code.
2022 Dec 19 8:58 AM
2022 Dec 19 9:01 AM
I am from functional side. So no idea about ABAP code.
2022 Dec 19 9:03 AM
2022 Dec 19 7:54 AM
The words you are looking for are an "ALV" containing "total" or "sum" of "quantities", by "unit of measure". Search the forum with these words.
2022 Dec 19 9:15 AM
Hello asddasdasd1212,
Please refer below SAP Blog to create ALV report.
https://blogs.sap.com/2013/10/30/abap-beginners-guide-simple-procedural-alv-report/
Regards,
Neeraj Jain
2022 Dec 19 9:18 AM
thank Neeraj Jain
thank you a lot for help me
but i know about ALV, i just dont know how to code MIGO and MIRO :((((
2022 Dec 19 9:23 AM
I think in MIGO and MIRO screen it would be too hard to enhance the PO history layout as shown in ME23N. Let's wait if someone give an idea.
2022 Dec 21 2:37 PM
Did you try to create a simple ALV grid from data of PO and table EKBE as main entry. Just use or create a correct field catalog where quantity and amount fields are linked to correct units of mesure and currency codes.
Else please elaborate on '1 tcode with MIGO and MIRO layout ' specification...
2022 Dec 22 1:14 AM
Thank Raymon
'1 tcode with MIGO and MIRO layout ' mean: i want to code a report with MIGO and MIRO in Quantity and Amt.in loc.cur.
and i try create a Simple ALV, but it doesn't work :(((
so i hope someone can help me with a code with 'sum'
2022 Dec 25 2:54 PM
ALV will do the sum for you, once you create a structure with correct defintions:
For reference look for and read
2022 Dec 22 7:20 AM
As you confirm in one of your latest comments that you "try create a Simple ALV, but it doesn't work" and you "hope someone can help [you] with a code with 'sum'", then just search the forum and you will see lots of answers how to do the sum. Apart that, it's difficult to help you because you didn't say which ALV technology you are using. For information, a fully-functional example would take something like 12 lines of code with CL_SALV_TABLE, so it's really easy.