2011 Feb 03 12:43 PM
Hi All,
I need small help for the badi MRM_HEADER_DEFAULT. This is for Miro tcode.Here I have some requirement. When I open MIRO tcode by default in transaction filed there are some options like credit memo ,invoice. Here the requirement is when I enter credit memo in transaction field the value in the field doc.type should change .Please give me some idea on this.
Regards,
Madhu.
Hi All,
I need small help for the badi MRM_HEADER_DEFAULT. This is for Miro tcode.Here I have some requirement. When I open MIRO tcode by default in transaction filed there are some options like credit memo ,invoice. Here the requirement is when I enter credit memo in transaction field the value in the field doc.type should change .Please give me some idea on this.
Regards,
Madhu.
2011 Feb 03 1:02 PM
2011 Feb 03 2:27 PM
Hi,
try something like:
CASE i_rm08m-vorgang.
WHEN '1'. "Invoice
CASE i_rbkpv-blart.
WHEN 'FE'.
WHEN OTHERS.
e_blart = 'RE'.
ENDCASE.
WHEN '2'. "Credit memo
CASE i_rbkpv-blart.
WHEN 'AE'.
WHEN OTHERS.
e_blart = 'KG'.
ENDCASE.
ENDCASE.
Best regards.
2011 Apr 05 1:57 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |