‎2007 Sep 14 7:22 AM
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.
‎2007 Sep 14 7:25 AM
‎2007 Sep 14 10:57 AM
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.