Hi Experts,
Greetings to All.
I wish to ask following question-
A new field is added on screen and i wanna mapping the added field through RFC.
But mapping on this field is not working.
Here is the code.
PERFORM append_bdcdata USING : <br> gc_check 'SAPMV45A' '4001', <br> space 'BDC_OKCODE' '=PZKU', <br> space 'RV45A-VBAP_SELKZ(01)' gc_check, <br> gc_check 'SAPMV45A' '4003', <br> space 'BDC_OKCODE' '=T\06', <br> gc_check 'SAPMV45A' '4003', <br> space 'BDC_OKCODE' '=T\14', <br> space 'DKACB-FMORE' gc_check, <br> gc_check 'SAPLKACB' '0002', <br> space 'BDC_OKCODE' '=ENTE', <br> space 'COBL-PRCTR' pt_intab-profit_center, <br> gc_check 'SAPMV45A' '4003', <br> space 'BDC_OKCODE' '/00',<br> space 'VBAP-ZZVOLUMD' pt_intab-volume, <br> space 'VBAP-ZZIMCO' pt_intab-imco.<br> IF pv_command EQ gc_pick_up_ord. <br> IF pv_office EQ 'MSA0'. <br> PERFORM append_bdcdata USING : <br><strong><em>space 'VBAP-ZZCRDATE' pt_intab-custom_r_d, <- This line is not working.<br></em></strong> space 'VBAP-ZZLANDINGDATE' pt_intab-landing_dt. <br> ELSE. <br> PERFORM append_bdcdata USING : <br><strong><em>space 'VBAP-ZZCRDATE' pt_intab-custom_r_d,</em><strong></strong></strong><strong></strong><strong><em><- This line is not working.<br></em></strong> space 'VBAP-ZZARRTRAIN' pt_intab-train_arr_dt. <br> ENDIF. <br> ENDIF.
I`ll really appreciate every suggestions.
Regards,
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.