Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Populating data

Former Member
0 Likes
660

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
619

Hi,

populate vbdkr structure before calling address window.

CALL FUNCTION 'WRITE_FORM'

EXPORTING

ELEMENT = 'ADDRESS'.

Regards

amole

5 REPLIES 5
Read only

Former Member
0 Likes
619

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

Read only

Former Member
0 Likes
619

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.

Read only

Former Member
0 Likes
619

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

Read only

0 Likes
619

hi,

I suggest to use another element. make use of elements,espeecially if you have own coded driver program.

Thanks

Venki

Read only

Former Member
0 Likes
620

Hi,

populate vbdkr structure before calling address window.

CALL FUNCTION 'WRITE_FORM'

EXPORTING

ELEMENT = 'ADDRESS'.

Regards

amole