2007 Sep 28 8:07 PM
Friends,
Anybody knows how to handle errors in BDC(Call Transaction) through pop-ups.
i.e. whenever there will be any errorneous data , there will come up a pop-up to enter the correct value and then just press enter to proceed.
Any concept or code is appriciated.
Regards,
Ajoy
Friends,
Anybody knows how to handle errors in BDC(Call Transaction) through pop-ups.
i.e. whenever there will be any errorneous data , there will come up a pop-up to enter the correct value and then just press enter to proceed.
Any concept or code is appriciated.
Regards,
Ajoy
2007 Sep 28 8:36 PM
2007 Sep 29 7:14 AM
Hi..Ajay..
This is not possible if the Transaction is called in Mode 'N'
So you have to call it in Mode 'E' (Errors only).
CALL transaction 'XK01'
USING IT_BDC
MODE 'E'.
if sy-subrc = 0.
endif.
<b>REWARD IF HELPFUL.</b>
2007 Sep 29 7:43 AM
Thanks for your answer. But the question is to handle the error in BDC Call Transaction through POP-UP.
Actually, this was a Wipro Interview Question, which I have never thought about.
They were not interested abt any
N-> Nodisplay mode
E-> Errors Only mode
A-> All display mode
Probably they fooled me.
Still thanks for the answer.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |