Skip to content

Commit ca49f4b

Browse files
MarinaBlankGitHub Enterprise
authored and
GitHub Enterprise
committedAug 17, 2020
Staging (#14)
update 2008
1 parent 7b9c82b commit ca49f4b

File tree

108 files changed

+3789
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+3789
-151
lines changed
 

‎README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,26 @@ As a result of the installation procedure above, the ABAP system creates an inac
2929
* `/DMO/FLIGHT_READONLY` - represents a read-only list reporting app (see also: corresponding [end-to-end guide](https://help.sap.com/viewer/923180ddb98240829d935862025004d6/Cloud/en-US/504035c0850f44f787f5b81e35791d10.html)).
3030
* `/DMO/FLIGHT_MANAGED` - represents the transactional app with implementation type <em>managed</em> (see also: corresponding [end-to-end guide](https://help.sap.com/viewer/923180ddb98240829d935862025004d6/Cloud/en-US/b5bba99612cf4637a8b72a3fc82c22d9.html)).
3131
* `/DMO/FLIGHT_UNMANAGED` - represents the transactional app with implementation type <em>unmanaged</em> (see also: corresponding [end-to-end guide](https://help.sap.com/viewer/923180ddb98240829d935862025004d6/Cloud/en-US/f6cb3e3402694f5585068e5e5161a7c1.html)).
32+
* `/DMO/FLIGHT_DRAFT` - represents the transactional app with <em>draft</em> (see also: corresponding [end-to-end guide](https://help.sap.com/viewer/923180ddb98240829d935862025004d6/Cloud/en-US/71ba2bec1d0d4f22bc344bba6b569f2e.html)).
3233

3334
NOTE: The service bindings of the develop scenarios are imported with the warning: `To enable activation of local service endpoint, generate service artifacts`.
3435

3536
## Configuration
3637

37-
To generate service artifacts for the service bidnings:
38-
1. Open the service bindings: `/DMO/UI_FLIGHT_R_V2` , `/DMO/UI_TRAVEL_PROC_M_O2`, `/DMO/UI_TRAVEL_APPR_M_O2`, `/DMO/UI_TRAVEL_U_V2`, and `/DMO/API_TRAVEL_U_V2`.
39-
2. In each service binding editor, choose `Generate service artifacts` in the top left corner of the editor.
40-
3. In each service binding, choose the button `Activate` or choose `Activate local service endpoint` in the top right corner of the editor.
41-
4238
To activate all development objects from the `/DMO/FLIGHT` package:
4339
1. Click the mass-activation icon (<em>Activate Inactive ABAP Development Objects</em>) in the toolbar.
4440
2. In the dialog that appears, select all development objects in the transport request (that you created for the demo content installation) and choose `Activate`.
4541

42+
To generate service artifacts for the service bidnings:
43+
1. Open the service bindings: `/DMO/UI_FLIGHT_R_V2` , `/DMO/UI_TRAVEL_PROC_M_O2`, `/DMO/UI_TRAVEL_APPR_M_O2`, `/DMO/UI_TRAVEL_U_V2`, and `/DMO/API_TRAVEL_U_V2` `/DMO/UI_TRAVEL_A_D`, `/DMO/UI_TRAVEL_D_D`.
44+
2. In each service binding editor, choose `Generate service artifacts` in the top left corner of the editor.
45+
3. In each service binding, choose the button `Activate` or choose `Activate local service endpoint` in the top right corner of the editor.
46+
4647
To fill the demo database tables for the read-only and the unmanaged scenario with sample business data:
4748
1. Expand the package structure in the Project Explorer `/DMO/FLIGHT_LEGACY` > `Source Code Library` > `Classes`.
4849
2. Select the data generator class `/DMO/CL_FLIGHT_DATA_GENERATOR` and press `F9` (Run as Console Application).
4950

50-
NOTE: The database tables for transactional processing in the managed scenario do not contain any business data. Instead you create your business data from scratch.
51+
NOTE: The database tables for transactional processing in the managed scenario and in the draft scnenario do not contain any business data. Instead, you create your business data from scratch.
5152

5253
NOTE: The namespace /DMO/ is reserved for the demo content. Apart from the downloaded demo content, do not use the namespace /DMO/ and do not create any development objects in the downloaded packages. You can access the development objects in /DMO/ from your own namespace.
5354

‎src/draft/#dmo#a_bksuppl_d.tabl.xml

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<abapGit version="v1.0.0" serializer="LCL_OBJECT_TABL" serializer_version="v1.0.0">
3+
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
4+
<asx:values>
5+
<DD02V>
6+
<TABNAME>/DMO/A_BKSUPPL_D</TABNAME>
7+
<DDLANGUAGE>E</DDLANGUAGE>
8+
<TABCLASS>TRANSP</TABCLASS>
9+
<CLIDEP>X</CLIDEP>
10+
<DDTEXT>Active BookingSupplement Persistence for Draft Ref. Scenario</DDTEXT>
11+
<MASTERLANG>E</MASTERLANG>
12+
<CONTFLAG>A</CONTFLAG>
13+
<EXCLASS>1</EXCLASS>
14+
</DD02V>
15+
<DD09L>
16+
<TABNAME>/DMO/A_BKSUPPL_D</TABNAME>
17+
<AS4LOCAL>A</AS4LOCAL>
18+
<TABKAT>0</TABKAT>
19+
<TABART>APPL0</TABART>
20+
<BUFALLOW>N</BUFALLOW>
21+
</DD09L>
22+
<DD03P_TABLE>
23+
<DD03P>
24+
<TABNAME>/DMO/A_BKSUPPL_D</TABNAME>
25+
<FIELDNAME>CLIENT</FIELDNAME>
26+
<DDLANGUAGE>E</DDLANGUAGE>
27+
<POSITION>0001</POSITION>
28+
<KEYFLAG>X</KEYFLAG>
29+
<ADMINFIELD>0</ADMINFIELD>
30+
<INTTYPE>C</INTTYPE>
31+
<INTLEN>000006</INTLEN>
32+
<NOTNULL>X</NOTNULL>
33+
<DATATYPE>CLNT</DATATYPE>
34+
<LENG>000003</LENG>
35+
<MASK> CLNT</MASK>
36+
</DD03P>
37+
<DD03P>
38+
<TABNAME>/DMO/A_BKSUPPL_D</TABNAME>
39+
<FIELDNAME>BOOKSUPPL_UUID</FIELDNAME>
40+
<POSITION>0002</POSITION>
41+
<KEYFLAG>X</KEYFLAG>
42+
<ROLLNAME>SYSUUID_X16</ROLLNAME>
43+
<ADMINFIELD>0</ADMINFIELD>
44+
<NOTNULL>X</NOTNULL>
45+
<COMPTYPE>E</COMPTYPE>
46+
</DD03P>
47+
<DD03P>
48+
<TABNAME>/DMO/A_BKSUPPL_D</TABNAME>
49+
<FIELDNAME>ROOT_UUID</FIELDNAME>
50+
<POSITION>0003</POSITION>
51+
<ROLLNAME>SYSUUID_X16</ROLLNAME>
52+
<ADMINFIELD>0</ADMINFIELD>
53+
<COMPTYPE>E</COMPTYPE>
54+
</DD03P>
55+
<DD03P>
56+
<TABNAME>/DMO/A_BKSUPPL_D</TABNAME>
57+
<FIELDNAME>PARENT_UUID</FIELDNAME>
58+
<POSITION>0004</POSITION>
59+
<ROLLNAME>SYSUUID_X16</ROLLNAME>
60+
<ADMINFIELD>0</ADMINFIELD>
61+
<COMPTYPE>E</COMPTYPE>
62+
</DD03P>
63+
<DD03P>
64+
<TABNAME>/DMO/A_BKSUPPL_D</TABNAME>
65+
<FIELDNAME>BOOKING_SUPPLEMENT_ID</FIELDNAME>
66+
<POSITION>0005</POSITION>
67+
<ROLLNAME>/DMO/BOOKING_SUPPLEMENT_ID</ROLLNAME>
68+
<ADMINFIELD>0</ADMINFIELD>
69+
<NOTNULL>X</NOTNULL>
70+
<COMPTYPE>E</COMPTYPE>
71+
</DD03P>
72+
<DD03P>
73+
<TABNAME>/DMO/A_BKSUPPL_D</TABNAME>
74+
<FIELDNAME>SUPPLEMENT_ID</FIELDNAME>
75+
<POSITION>0006</POSITION>
76+
<ROLLNAME>/DMO/SUPPLEMENT_ID</ROLLNAME>
77+
<ADMINFIELD>0</ADMINFIELD>
78+
<COMPTYPE>E</COMPTYPE>
79+
</DD03P>
80+
<DD03P>
81+
<TABNAME>/DMO/A_BKSUPPL_D</TABNAME>
82+
<FIELDNAME>PRICE</FIELDNAME>
83+
<POSITION>0007</POSITION>
84+
<ROLLNAME>/DMO/SUPPLEMENT_PRICE</ROLLNAME>
85+
<ADMINFIELD>0</ADMINFIELD>
86+
<REFTABLE>/DMO/BOOK_SUPPL_DATA</REFTABLE>
87+
<REFFIELD>CURRENCY_CODE</REFFIELD>
88+
<COMPTYPE>E</COMPTYPE>
89+
</DD03P>
90+
<DD03P>
91+
<TABNAME>/DMO/A_BKSUPPL_D</TABNAME>
92+
<FIELDNAME>CURRENCY_CODE</FIELDNAME>
93+
<POSITION>0008</POSITION>
94+
<ROLLNAME>/DMO/CURRENCY_CODE</ROLLNAME>
95+
<ADMINFIELD>0</ADMINFIELD>
96+
<COMPTYPE>E</COMPTYPE>
97+
</DD03P>
98+
<DD03P>
99+
<TABNAME>/DMO/A_BKSUPPL_D</TABNAME>
100+
<FIELDNAME>LOCAL_LAST_CHANGED_AT</FIELDNAME>
101+
<POSITION>0009</POSITION>
102+
<ROLLNAME>TIMESTAMPL</ROLLNAME>
103+
<ADMINFIELD>0</ADMINFIELD>
104+
<COMPTYPE>E</COMPTYPE>
105+
</DD03P>
106+
</DD03P_TABLE>
107+
</asx:values>
108+
</asx:abap>
109+
</abapGit>

0 commit comments

Comments
 (0)
Failed to load comments.