‎2006 Nov 02 4:29 PM
Hi There,
I am a new SAP developer and have a quick question that I can't find the answer to in my book.
Is there a way to write all fields to the output without having to list every field name. Basically I am looking for a wild card or a key word or something.
Thanks for your help.
Colm
‎2006 Nov 02 4:35 PM
Not really, in most cases you need to list them manually, but you can use the pattern button, then click radiobutton for WRITE statement, here you can specify a structure name(must be in dictionary, and then select the components of it, then copy it back, it will list the fields for you, but again it must exist in the dictionary.
Regards,
Rich Heilman
‎2006 Nov 02 4:35 PM
Not really, in most cases you need to list them manually, but you can use the pattern button, then click radiobutton for WRITE statement, here you can specify a structure name(must be in dictionary, and then select the components of it, then copy it back, it will list the fields for you, but again it must exist in the dictionary.
Regards,
Rich Heilman
‎2006 Nov 02 4:35 PM
‎2006 Nov 02 4:46 PM
Thanks!
Thats a pity about the keyword. Your solution is helpful alright but it doesn't seem to work if you have the data going INTO a workarea.