Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2895

creating data types/IT/WA/STRUCTURES in gateway services

$
0
0

1. in our regular  reports  ( classical , ALV ,  OOPS )  we are able to create  structure's  using  TYPES  key word

     in the  same way I.T and W.A using DATA  key word .

    

       we required final internal tables  and we are using multiple structure (with required fields)  for   different select query's

 

My question  here  is if i am using 10 different tables  so i have 10 structures from 10  tables and 1 final internal table  total 11 structures ( 10 internal table's & wa's as well )

 

 

ex :                types : begin of ty_EKPO,

                        EBELN TYPE EBELN,

                       EBELP TYPE EBELP,

                       - ---------------------------

                        ETC(UP TO REQUIRED FIELDS)

                      END OF TY_EKPO,

 

DATA : IT TYPE TABLE OF TY_EKPO,

             WA TYPE TY_EKPO,

 

................ETC REQUIRED STRUCTURE.

 

 

each and every time do we want  to create structure in SE11 and using in SEGW T code while creating services ((entity set,   entity) )

 

do we have any other way  creating structure ? instead of creating structures in each and every time in se11 .

 

2. if we are generating report which we are fetching from more tables. way to create (entity set,   entity)

 

   if possible provide end to end scenario solution.

 

 

  we are welcoming your valuable suggestions and solutions.

 

thanks.

bharath.


Viewing all articles
Browse latest Browse all 2895

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>