2006 Dec 19 5:03 AM
Hi Friends,
After Call Transaction statement sy-subrc = 0.
But SAP table is not updating immediately...only after some time it is updating..
What may be the problem?...
2006 Dec 19 5:07 AM
if i m right u want to update a DATABASE table..after each update do -
COMMIT WORK
it will update the table at instant once commited..
reward point if helpfull
Hi Friends,
After Call Transaction statement sy-subrc = 0.
But SAP table is not updating immediately...only after some time it is updating..
What may be the problem?...
2006 Dec 19 5:07 AM
if i m right u want to update a DATABASE table..after each update do -
COMMIT WORK
it will update the table at instant once commited..
reward point if helpfull
2006 Dec 19 5:07 AM
Hi,
Try giving the update 'S' in addition to call transaction.
call transaction tcode using itab mode 'N' update 'S' messages into i_msg.
Kindly reward points if it helps.
2006 Dec 19 5:41 AM
2006 Dec 19 5:08 AM
2006 Dec 19 5:09 AM
Hello,
The reason could be that an update work process is used to update the table in the transaction called. The update process will take some time if the work process is busy. That could be the reason for the delay.
Manoj
2007 Jan 29 1:49 PM
I'm calling a Transaction form my Function module like
CALL TRANSACTION 'ZLVSCRAP' USING i_bdcdata
MODE v_mode
UPDATE c_s
MESSAGES INTO i_messages.
but when i'm in the PGM , i can not do commits , becuse it jumps back into my Function, and dose not finish the rest of the logic in the called pgm? And with me doing commits it thinks i have hold on orders thst were created in the called pgm whicjh also hangs me up?
pleasae help?????
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |