‎2006 Oct 18 1:50 PM
Hi Friends,
I want to get the data from a structure vbdkr.
Actually it is triggering at last in the info window but I want to get it in address window, can you please tell me how to do it.
Regards,
Venu
‎2006 Oct 18 2:14 PM
Hi,
populate vbdkr structure before calling address window.
CALL FUNCTION 'WRITE_FORM'
EXPORTING
ELEMENT = 'ADDRESS'.
Regards
amole
‎2006 Oct 18 1:53 PM
Whatever code is there for the address data in the info window, you have to move it to your address window.
Also make sure that the driver program calls the adress window element.
Regards,
Ravi
‎2006 Oct 18 1:54 PM
this VBDKR structure will be populated thru some functionmodule in SE38 program. these fields will be populated in INFO window , if you want these to be populated in other window, POPULATED THE SAME FIELDS IN THAT WINDOW.
REGARDS.
VENKAT.
‎2006 Oct 18 1:57 PM
Hi
What's it triggering at the last in the info window?
The structure VBDKR should be populated at the beginning of the program, when you start to elaborate the windows you've already the data in VBDKR, so you need only to call that structure in the address window.
Max
‎2006 Oct 18 1:59 PM
hi,
I suggest to use another element. make use of elements,espeecially if you have own coded driver program.
Thanks
Venki
‎2006 Oct 18 2:14 PM
Hi,
populate vbdkr structure before calling address window.
CALL FUNCTION 'WRITE_FORM'
EXPORTING
ELEMENT = 'ADDRESS'.
Regards
amole