Вы находитесь на странице: 1из 3

Getting Started Newsletters Store

Products Services & Support About SCN Downloads


Industries Training & Education Partnership Developer Center
Lines of Business University Alliances Events & Webinars Innovation
1 points Hi, Vamsee Log Out Search the Community
Activity Communications Actions
Browse Create
Your
ABAP Development
Previous
post
Next
post
0 Tweet 2
Hi All,

As I mention in part 1 Deeper Dive into Deep structure - part 1

Class Y_R_EITAN_TEST_31_02_CL will get some extra roles. so lets add some methods.



Method GET_IT_FLAT_1:


Notice that all the parameters are defined in the PUBLIC SECTION of the class.
The S* parameters are range type .

Method GET_IT_SCARR_1:

Lets run this method:

Deeper Dive into Deep structure - part 2
Posted by Eitan Rosenberg in ABAP Development on Oct 15, 2013 8:27:51 AM
Share 0 Like

The result :

Follow SCN
Site Index Contact Us SAP Help Portal
Privacy Terms of Use Legal Disclosure Copyright
Average User Rating
(1 rating)
My Rating:
0 Tweet 2

This SE24 feature is very nice since we can verify that our data model is complete even before we use it at later
development.

Installation:
Create the class.
GoTo->public section
Open Y_R_EITAN_TEST_31_02_CL.PublicSection.txt with your text editor.
Open copy & paste the public section to the class this will create the types and empty methods.

For each method copy & paste the code:
Y_R_EITAN_TEST_31_02_CL.GET_IT_SCARR_1.txt
Y_R_EITAN_TEST_31_02_CL.GET_IT_FLAT_1.txt

This is all for now until next time when we use the deep structure in a smart form.

http://scn.sap.com/community/abap/blog/2013/10/22/deeper-dive-into-deep-structure--part-3

Regards.
752 Views Topics: abap Tags: smartf orms, abap_objects, deep_structure
Y_R_EITAN_TEST_31_02_CL.PublicSection.txt.zip
Y_R_EITAN_TEST_31_02_CL.GET_IT_SCARR_1.txt.zip
Y_R_EITAN_TEST_31_02_CL.GET_IT_FLAT_1.txt.zip
(880 bytes)
(868 bytes)
(643 bytes)
Share 0 Like
1 Comment
Like
(0)
Anupam Anand Oct 16, 2013 4:22 PM
A good read. Thanks for the post.

Thanks,
Anupam

Вам также может понравиться