Application Development 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: 

Populating data

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

populate vbdkr structure before calling address window.

CALL FUNCTION 'WRITE_FORM'

EXPORTING

ELEMENT = 'ADDRESS'.

Regards

amole

5 REPLIES 5

former_member181962
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

0 Kudos

hi,

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

Thanks

Venki

Former Member
0 Kudos

Hi,

populate vbdkr structure before calling address window.

CALL FUNCTION 'WRITE_FORM'

EXPORTING

ELEMENT = 'ADDRESS'.

Regards

amole