2008 Mar 31 10:29 AM
Hi All,
I am changing the value in a screen field 'Billing Block' using T Code VA02
See some part of the code below:
PERFORM bdc_dynpro USING 'SAPMV45A' '0102'.
PERFORM bdc_field USING 'BDC_CURSOR' 'VBAK-VBELN'.
PERFORM bdc_field USING 'BDC_OKCODE' '=ENT2'.
PERFORM bdc_field USING 'VBAK-VBELN' x_vbeln.
PERFORM bdc_dynpro USING 'SAPMV45A' '4001'.
PERFORM bdc_field USING 'BDC_OKCODE' '=SICH'.
PERFORM bdc_field USING 'BDC_CURSOR' 'VBAK-FAKSK'.
PERFORM bdc_field USING 'VBAK-FAKSK' init_faksk.
(init_faksk will have some value)
call transaction 'VA02' using bdcdata mode 'A' messages into messtab update 'S'
When program is executed first screen of VA02 is coming with vbeln but controle is not going to second screen instead it is giving a Error message that 'Sales order x_vbeln is being processed by <my user id>'.
But no body is processing the same sales order number.
Please help.
Thanks in Advance,
Subhani.
Hi All,
I am changing the value in a screen field 'Billing Block' using T Code VA02
See some part of the code below:
PERFORM bdc_dynpro USING 'SAPMV45A' '0102'.
PERFORM bdc_field USING 'BDC_CURSOR' 'VBAK-VBELN'.
PERFORM bdc_field USING 'BDC_OKCODE' '=ENT2'.
PERFORM bdc_field USING 'VBAK-VBELN' x_vbeln.
PERFORM bdc_dynpro USING 'SAPMV45A' '4001'.
PERFORM bdc_field USING 'BDC_OKCODE' '=SICH'.
PERFORM bdc_field USING 'BDC_CURSOR' 'VBAK-FAKSK'.
PERFORM bdc_field USING 'VBAK-FAKSK' init_faksk.
(init_faksk will have some value)
call transaction 'VA02' using bdcdata mode 'A' messages into messtab update 'S'
When program is executed first screen of VA02 is coming with vbeln but controle is not going to second screen instead it is giving a Error message that 'Sales order x_vbeln is being processed by <my user id>'.
But no body is processing the same sales order number.
Please help.
Thanks in Advance,
Subhani.
2008 Mar 31 10:32 AM
Log off / log on and check via SM12 if the lock is still there. If so, then you can remove via SM12.
2008 Mar 31 10:46 AM
Check SM12 t.code and delete the records for this transaction under ur name. Regards, Venkat.O
2008 Mar 31 12:05 PM
Hi,
I checked in SM12 and there are no lock entries. I am getting the same problem again.
Regards,
Subhani.
2008 Mar 31 2:06 PM
Check transaction SM13 if there is a pending update task under your user id for the mentioned sales order.
2008 Mar 31 2:13 PM
hi Subhani,
as i metioned in your another question ( copy of this),
must be database updation is taking time or it is qued.
try with some other sales order number.
regards,
krishna.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |