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

Edit append to table draw

Former Member
0 Likes
539

I have an append to table draw that I need to populate with data when creating document records (draw) using bapi_document_create2. How can I include the append fields, or at the very least, edit them later, without doing direct table updates.

1 REPLY 1
Read only

christian_wohlfahrt
Active Contributor
0 Likes
338

Hi Andrew,

I had a quick look at bapi_document_create2, but couldn't find a predefined structure for own extensions. But this would be necessary - if there aren't structures for own extensions, you can't populate own (append-) fields.

Anything else as direct table update? Did you add your fields somewhere into a screen? Then BDC would be an option. But there as to be a field-filling somewhere (never had the luck to get content by a standard move-corresponding - especially because append fields start with ZZ) - if no user-exit or anything else provides content for your fields, then there is definitely no other way to direct update.

By the way: as long as you have checked now all possible ways to populate your fields and didn't find something: direct update won't lead to inconsistencies. In case of own append fields (without dynpro connection somewhere), direct update is not much worse as an update of a z-table.

Regards,

Christian