Hello Experts,
I'm working on STE system. I have a requirement in ME28 regarding having a popup while releasing PO.
Can anyone suggest BADI or User exits for it?
If there is some other way also do comment on.
Thanks and Regards,
Dinesh Kum...
Hello Experts,
I have a requirement to compare PO price before releasing it. I need to enhance ME28 and Me29N for that. I used BADI -> ME_PROCESS_PO_CUST. But I couldn't do it for ME28.
Any BADI to enhance both of them?
Hello Experts,
My Aim: To show pop up if current PO price is 5% or more than the previous PO while approving PO in transactions like ME28, ME29N.
I took note of required BADI in both the transactions but the challenge is since it is S/4 HANA syst...
Hello experts,
I have a requirement to upload MIRO invoice.
Can anyone suggest me a method to achieve the upload any methods like BAPI, FM or BDCs are welcomed.
Regards,
DK
Hello Experts,
I have a requirement where I have to loop an internal table (it_final) and compare the data of it_final to my Ztable(zebeln_table) by using a select query.
If the data are already present inside the ztable(zebeln_table), I should ...
Hello experts,Here is my code. I have to eliminate select queryLOOP AT it_final INTO wa_final WHERE sel = 'X'.
IF wa_final-ebeln IS NOT INITIAL.
wa_ebeln-anln1 = wa_final-anln1.
wa_ebeln-anln2 = wa_final-anln2.
...
Here is my code,LOOP AT it_final INTO wa_final WHERE sel = 'X'.
IF wa_final-ebeln IS NOT INITIAL.
wa_ebeln-anln1 = wa_final-anln1.
wa_ebeln-anln2 = wa_final-anln2.
wa_ebeln-menge = wa_final-menge.
...