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
859

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
818

Hi,

populate vbdkr structure before calling address window.

CALL FUNCTION 'WRITE_FORM'

EXPORTING

ELEMENT = 'ADDRESS'.

Regards

amole

hi,

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

Thanks

Venki

5 REPLIES 5
Read only

Former Member
0 Likes
818

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
818

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
818

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
818

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
819

Hi,

populate vbdkr structure before calling address window.

CALL FUNCTION 'WRITE_FORM'

EXPORTING

ELEMENT = 'ADDRESS'.

Regards

amole