2010 Nov 16 6:57 AM
I'm looking for a manner to confirm a sub operation in ABAP...
When I go to std transaction, no input of quantity is needed. My point is how to automate the process and do it in abap ( if possible without BATCH INPUT )
I found the fm CO_RU_CONFIRMATION_ADD which does help me, but maybe i'm not giving the parameter very well for sub confirmation...
Thank you in advance
Stephan
I'm looking for a manner to confirm a sub operation in ABAP...
When I go to std transaction, no input of quantity is needed. My point is how to automate the process and do it in abap ( if possible without BATCH INPUT )
I found the fm CO_RU_CONFIRMATION_ADD which does help me, but maybe i'm not giving the parameter very well for sub confirmation...
Thank you in advance
Stephan
2010 Nov 17 8:55 PM
Hi Stephan,
If you use CO_RU_CONFIRMATION_ADD with suboperations you should use UVORN field of AFRUD parameter.
Warning *** SAP does a lot of checks before call this function. Because that, I prefer to call CO11N via batch input.
If I am right, you have to call CO_RU_CONFIRMATION_POST after CO_RU_CONFIRMATION_ADD... check include LCORUF1M...
Best regards,
Leandro Mengue
2010 Nov 17 9:26 PM
Leandro,
thx for the answer and the tip !
Usually I try not to do BATCH INPUT but it looks this transaction is quite complicate...
I'll ever use co11 in BI because co11n gives a problem with the text control.
Thanks anyway!
2010 Nov 17 9:27 PM
And you are very right !
I use POST FUNCTION MODULE to process the new confirmation!
S.
2010 Nov 17 9:34 PM
Hi Stephan,
I use CO11N because I disabled the text window in PP customizing...
Best regards,
Leandro Mengue
2010 Nov 17 9:57 PM
2010 Nov 18 2:01 PM
Hi Stephan,
I think that is ok to use CO11. Basicly is the same that CO11N.
Best regards,
Leandro Mengue
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |