0 pts.
 BDC Problem of inputing values in tabular screen 2 of FF67
Hi, I have a small problem... Now I need to put in the bdc data in second screen of ff67 This screen has a tabular fields, ------------------- F1 | F2 | F3 | F4 | ------------------- R1 - D1 | D2 | D3 | D4 | R2 - D1 | D2 | D3 | D4 | Rn - : | : | : | : | ------------------- So i need to input (D1-D4) n times.. perform bdc_field using 'FEBMKA-VGMAN(01)' W_UPLD2-VGMAN_01_011. -- This is D1 of R1 * perform bdc_field using 'FEBMKA-VGMAN(02)' W_UPLD2-VGMAN_02_012. -- This is D1 of R2 So i need to concatenate 'FEBMKA-VGMAN(' <counter> ')' into fld1. But what about VGMAN_01_011 --> D1 insertion Field Can i use VGMAN... viz. perform bdc_field using fld1 using W_UPLD2-VGMAN. Here is the current sample BDC Screen2 of FF67 perform bdc_dynpro using 'SAPMF40K' '8001'. perform bdc_field using 'BDC_CURSOR' 'FEBMKA-KWBTR(02)'. perform bdc_field using 'BDC_OKCODE' '=SICH'. perform bdc_field using 'FEBMKA-VGMAN(01)' W_UPLD2-VGMAN_01_011. * perform bdc_field using 'FEBMKA-VGMAN(02)' W_UPLD2-VGMAN_02_012. perform bdc_field using 'FEBEP-VALUT(01)' W_UPLD2-VALUT_01_013. * perform bdc_field using 'FEBEP-VALUT(02)' W_UPLD2-VALUT_02_014. perform bdc_field using 'FEBMKA-KWBTR(01)' W_UPLD2-KWBTR_01_015. * perform bdc_field using 'FEBMKA-KWBTR(02)' W_UPLD2-KWBTR_02_016. perform bdc_field using 'FEBMKK-CHECT_KF(01)' W_UPLD2-CHECT_KF_01_017. * perform bdc_field using 'FEBMKK-CHECT_KF(02)' W_UPLD2-CHECT_KF_02_018. perform bdc_field using 'FEBMKK-GSBER_KF(01)' W_UPLD2-GSBER_KF_01_019. * perform bdc_field using 'FEBMKK-GSBER_KF(02)' W_UPLD2-GSBER_KF_02_020. Please Help me, Regards, Abhishek

Software/Hardware used:
ASKED: December 1, 2005  4:23 AM
UPDATED: December 2, 2005  12:58 PM

Answer Wiki:
IMO you are on a wrong way. what you are searching is how to send many times the same format of data. the answer is : after having fulled your fields, send the okcode for adding a new line. (I hope FF67 have one, I'm not at office). the last time I have used this technique, I have see the last keyed data pushed to line 1. So I always sent my data into line 2.
Last Wiki Answer Submitted:  December 2, 2005  12:58 pm  by  JPLamontre   0 pts.
All Answer Wiki Contributors:  JPLamontre   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _