‎2006 May 04 7:15 AM
Hi Friends
While doing BDC in change mode ( say va02 ) , at run time how u'll read the value's which are going to be populated on table control ?
For example in VA02 , i want to change the quantity of a perticular material, then how to recognize the value's on table control ?
Thanks in Advance
Kishor
‎2006 May 04 7:19 AM
Hi nandkishor,
1. I don't think thats possible.
regards,
amit m.
‎2006 May 04 7:24 AM
There is a way by fetching the value's from Database table but i dont want this way. Please suggest if anyone know this.
‎2006 May 04 7:28 AM
Hi again,
1. Yes, u are right.
2. We can independently,
fetch the values from database, using
the logic and provided we know the tables.
3. But we cannot read the screen values,
ie. the values which are populated
on the screen / table control.
regards,
amit m.
‎2006 May 04 7:29 AM
Hi Nandkishor
Solution for ur problem
idx = 1
CONCATENATE 'VBAP-MATNR(' idx ')' INTO FNAM.
perform bdc_field using FNAM
this way ur problem can be solved. This has worked for me and it should work for u as i have used for transaction "fb60"
‎2006 Nov 08 8:47 AM
Hi Suresh
i have a requirement to park the invoice in transaction fb60 using bdc method. Can you please send me the code of your program as how to handle table control here.
Thanks
-Sikha
‎2006 May 04 7:38 AM
Hi Suresh... u r passng the field name but i want the value . OR please explore your solution a bit.
thanks
Kishor
‎2006 May 04 8:21 AM
Hi Suresh... u r passng the field name but i want the value . OR please explore your solution a bit.
thanks
Kishor
‎2006 May 04 8:29 AM
hi kishor
if u want get data from that field
w_temp = VBAP-MATNR(1)
this would fetch values from the first row of the material column
if u wanna passvalue my earlier suggestion would work
regards
suresh
‎2006 May 04 8:39 AM
Thanks Suresh , But BDC program and VA01 are 2 diferent program and have no relation, how u'll access the value of one program from other's as transaction will be called after u fill internal table BDCDATA in the loop ?
Regards
Kishor
‎2006 Jun 09 8:26 AM
Hi Nandkishor Heda ,
I am facing the similar problem as of yours. Can pls tell me how did you solve this problem.
Thanks & Regards,
Senthil kumar.R