Application Development 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: 

call transaction

Former Member
0 Kudos

Hi All,

inbound idoc , i am testing through we19.zxvdbu01,exit_saplvedb_001.

and am passing date and qty(va02) ,every thing is write , in calltranction the bdcdata table is having the fields which i am passing but in the bdcdata table there are 5 bdc_okcode's but it is calling two okcode's only but the values am passing exisit in the last okcode. i am not able to understand how to proceed.

Kindly Please suggest.

Thanks in Advance.

Thankd&Regards.

Ramu.

4 REPLIES 4

Former Member
0 Kudos

If the OK Codes are for the same screen you will only see the last ok codes. Are you changing the BDC data in your user exit.

0 Kudos

HI

bdcdata table

Row PROGRAM DYNPRO DYNBEGIN FNAM FVAL

1 SAPMV45A 102 X

2 0 VBAK-VBELN 235029

3 0 RV45A-DOCNUM 7298845

4 0 BDC_OKCODE UER2

5 SAPMV45A 4001 X

6 0 BDC_OKCODE KPAR_SUB

7 0 BDC_OKCODE KKAU

8 SAPMV45A 4002 X

9 SAPMV45A 4002 X

10 0 BDC_OKCODE KBES

11 SAPMV45A 4002 X

12 0 BDC_OKCODE UER2

13 SAPMV45A 4001 X

14 0 BDC_OKCODE POAN

15 SAPMV45A 4001 X

16 0 VBAP-MATNR(2) 14331-00

17 0 RV45A-ETDAT(2) 10312006

18 0 VBAP-POSEX(2) 2

19 SAPMV45A 4001 X

20 0 RV45A-VBAP_SELKZ(2) X

21 0 BDC_OKCODE PEIN

22 SAPMV45A 4003 X

23 0 RV45A-ETDAT(1) 10312006

24 0 VBEP-WMENG(1) 11

25 0 BDC_OKCODE SICH

IN above it is calling uer2 nad kkau

but my values are here

SAPMV45A 4003 X

0 RV45A-ETDAT(1) 10312006

0 VBEP-WMENG(1) 11

0 BDC_OKCODE SICH

Please suggest.

Thanks in Advance.

Thanks&Regards.

0 Kudos

As I mentioned UER2 and KKAU are the ones you only see as they are the last ok codes for the screen. It doesn't matter how many okcodes there are, if they are for the same screen, you will only see the last ok code.

Therefore I still do not understand your problem.

0 Kudos

hi

my problem is after KKAU it has to call the next okcode for next screen but it is not .

Thanks&Regards

Ramu