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

include structure

Former Member
0 Likes
417

I am working on Module programming with BDC. In a z table I have included a new field shift name. The value for this shift name should be taken from a structure z. My requirement is when I am executing the module pool program I am giving shift name as input . The particular shift name should be updated in the ztable and also in the transaction(bdc). How can I include the structure in my pgm.

2 REPLIES 2
Read only

Former Member
0 Likes
401

explain ur question with proper requirement please...

Read only

Former Member
0 Likes
401

Hi,

Please explain properly what is the requirement and the issue you are facing.

I'd like to inform that 'STRUCTURE' wont contain any Values/ Records like table.

Structure contains record only at runtime and also contain only one record at a time.Unlike Internal tables, which contains many records at a time.