‎2007 Mar 12 3:33 PM
my query:
I declared
data : jtab type bdcdata occurs 0 with header line.
when in debugging i am unable to see the field fval.
why it happens.
- Also tell me the functionality of bdc_okcode.
thanks...
‎2007 Mar 12 5:03 PM
Hi....
The structure of the bdcdata is tooo large to show the complete line in debugging.
For this ... In the line ( in which all the field names are given in debugger) u just delete some empty space and write the field name FVAL there and press enter ...
it will show the values of fval also..
i hope u understood..
Placing a function code with '=' before it in bdc_okcode (like '=back' ) is equivalent to triggering the functionality of that code.. i.e try doing this in SE38 screen...
write one of ur program name and press Change .
come back and place '=CHAP' in the ok_code.. i,e the input field where u generally enter SE38 to start that transaction.. see what happens..
both the actions give the same results...
Hope this helps u...
reward if it helps u...
sai ramesh
‎2007 Mar 12 4:44 PM
unable to see fval at all or just the value of fval?
ok_code is what is used for user-interaction. On every screen the user has to press, save, enter , next page etc.
OK_code represents this in bdc.
So if yuo have a transaction where you hit enter then hit save, thats what your ok_codes will have.
‎2007 Mar 12 5:03 PM
Hi....
The structure of the bdcdata is tooo large to show the complete line in debugging.
For this ... In the line ( in which all the field names are given in debugger) u just delete some empty space and write the field name FVAL there and press enter ...
it will show the values of fval also..
i hope u understood..
Placing a function code with '=' before it in bdc_okcode (like '=back' ) is equivalent to triggering the functionality of that code.. i.e try doing this in SE38 screen...
write one of ur program name and press Change .
come back and place '=CHAP' in the ok_code.. i,e the input field where u generally enter SE38 to start that transaction.. see what happens..
both the actions give the same results...
Hope this helps u...
reward if it helps u...
sai ramesh
‎2007 Mar 13 5:14 AM
Hi thanks for reply.
one more thing i want to ask , in which table bdc_okcode reside.
bye..
‎2007 Mar 13 5:16 AM