cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro...Code Wizard

suryabhanugahan
Discoverer
0 Kudos

Hi Experts,

I just want to know some basic things in webdynpro ABAP.

i.e In code wizard when to use

1. Read As Table Operation

2. Set As Table Operation

3. Append As Table Operation

4. Read

5. Set

6. Append

Your Help will be appreciated..

Thanks a lot in Advance

Best Regards,

Surya

Moderator message - Please search for available documentation before posting.

Message was edited by: Suhas Saha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Well here...

1. Read As Table Operation

When you want the Internal table value from the WD Context into your local method for processing.

2. Set As Table Operation

When you want the Internal table from your local method to be passed into the WD Context.

3. Append As Table Operation

Append...

4. Read

When you want the Structure / Attribute value from the WD Context into your local method for processing.

5. Set

When you want to update the Structure / Attribute value into the WD Context from your local method for processing.

6. Append

Similar

For details with example

http://wiki.sdn.sap.com/wiki/display/WDABAP/Context+Nodes+and+Attributes+at+Design+Time

Regards

Answers (1)

Answers (1)

FredericGirod
Active Contributor
0 Kudos

Hi,

I start webdympro with the very good videos of WebBProfessor

http://www.youtube.com/user/webbprofessor?feature=watch

See all the parts many times and you will know all you need to start with WDA

regards

Fred