Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Missing Screen when Recording via SHDB

Former Member
0 Likes
1,091

Hi All,

I am recording transaction VA02 via SHDB. However, if I changed the shipping condition manually, i am getting an additional screen which is asking if I need to redetermine the routes and shipping for all items. But when i record via SHDB, this screen is not shown, that's why no redetermination occured when the shipping condition is changed in a sales order.

Any idea?

Thanks,

Jim

Hi All,

I am recording transaction VA02 via SHDB. However, if I changed the shipping condition manually, i am getting an additional screen which is asking if I need to redetermine the routes and shipping for all items. But when i record via SHDB, this screen is not shown, that's why no redetermination occured when the shipping condition is changed in a sales order.

Any idea?

Thanks,

Jim

4 REPLIES 4
Read only

Former Member
0 Likes
887

Hi,

Yes , that's the problem sometimes we face while recording and Actual screen flow.

So first record it and manually you add that screen which you are not getting in recording and do.

reward if useful

Regards,

Anji

Read only

0 Likes
887

Hi Anji,

How am going to add it manually? Please help.

Thanks,

Jim

Read only

0 Likes
887

HI anji.. i got the similar problem plz help me

while recoding va02 the screen SAPLATP4 no. 500 is missing, i want that screen to select push button DELIVERY ON PROPOSEL, with out that screen system selecting ONE TIME DELIVRY which is wrong for our requirement..

from total order qty it should confirm the available stock and should deliver.. but if i recorded va02 bdc , if the total order qty is greater than confirm qty, confirm qty becomes zero.

its not confirming the stock if the order is greater than available stock.....

i tried to inclue the screen manually

program SAPLATP4

No.500

function code is 'TEIL'.

but that sreen is not selecting, im sending code plz let me know where i did mistake

oop at i_vbak.

v_mode = 'A'.

i_options-dismode = v_mode.

i_options-defsize = 'X'.

append i_options.

v_vbeln = i_vbak-vbeln.

perform bdc_dynpro using 'SAPMV45A' '0102'.

perform bdc_field using 'BDC_CURSOR'

'VBAK-VBELN'.

perform bdc_field using 'BDC_OKCODE'

'/00'.

perform bdc_field using 'VBAK-VBELN'

v_vbeln.

clear i_vbap.

loop at i_vbap where vbeln = v_vbeln.

perform bdc_dynpro using 'SAPMV45A' '4001'.

perform bdc_field using 'BDC_OKCODE'

'=POPO'.

  • perform bdc_field using 'BDC_OKCODE'

  • '=MKAL'.

perform bdc_dynpro using 'SAPMV45A' '0251'.

perform bdc_field using 'BDC_CURSOR'

'RV45A-POSNR'.

perform bdc_field using 'BDC_OKCODE'

'=POSI'.

perform bdc_field using 'RV45A-POSNR'

i_vbap-posnr.

perform bdc_field using 'RV45A-PO_MATNR'

i_vbap-matnr.

*

perform bdc_dynpro using 'SAPMV45A' '4001'.

perform bdc_field using 'BDC_OKCODE'

'PORE'.

perform bdc_field using 'RV45A-VBAP_SELKZ(01)'

'X'.

perform bdc_dynpro using 'SAPLATP4' '500'.

perform bdc_field using 'BDC_OKCODE'

'TEIL'.

endloop.

perform bdc_dynpro using 'SAPMV45A' '4001'.

perform bdc_field using 'BDC_OKCODE'

'=SICH'.

call transaction 'VA02' using i_bdc messages into i_message

options from i_options.

commit work. " and wait.

thanks

Read only

0 Likes
887

hi jim i got the similar problem, kindly guide me if u can