-
Notifications
You must be signed in to change notification settings - Fork 53
/
CLAS_ZSAPLINK_PDF_FORMS.slnk
421 lines (353 loc) · 20 KB
/
CLAS_ZSAPLINK_PDF_FORMS.slnk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
<?xml version="1.0" encoding="iso-8859-1"?>
<CLAS CLSNAME="ZSAPLINK_PDF_FORMS" VERSION="0" LANGU="E" DESCRIPT="SAPlink - Programs" UUID="0B9526B3AABD5941B0F001C273BF36C4" CATEGORY="00" EXPOSURE="2" STATE="1" RELEASE="0" AUTHOR="BCUSER" CREATEDON="20061010" CHANGEDON="00000000" CHGDANYON="00000000" CLSFINAL="X" CLSCCINCL="X" FIXPT="X" UNICODE="X" R3RELEASE="700" CLSBCCAT="00" DURATION_TYPE="0 " RISK_LEVEL="0 " REFCLSNAME="ZSAPLINK">
<publicSection>class ZSAPLINK_PDF_FORMS definition
public
inheriting from ZSAPLINK
final
create public .
*"* public components of class ZSAPLINK_PDF_FORMS
*"* do not include other source files here!!!
public section.
methods CHECKEXISTS
redefinition .
methods CREATEIXMLDOCFROMOBJECT
redefinition .
methods CREATEOBJECTFROMIXMLDOC
redefinition .</publicSection>
<protectedSection>*"* protected components of class ZSAPLINK_SMARTFORM
*"* do not include other source files here!!!
protected section.
methods DELETEOBJECT
redefinition .
methods GETOBJECTTYPE
redefinition .</protectedSection>
<privateSection>*"* private components of class ZSAPLINK_SMARTFORM
*"* do not include other source files here!!!
private section.</privateSection>
<localImplementation>*"* local class implementation for public class
*"* use this source file for the implementation part of
*"* local helper classes</localImplementation>
<localTypes>*"* use this source file for any type declarations (class
*"* definitions, interfaces or data types) you need for method
*"* implementation or private method's signature</localTypes>
<localMacros>*"* use this source file for any macro definitions you need
*"* in the implementation part of the class</localMacros>
<method CLSNAME="ZSAPLINK" CMPNAME="CHECKEXISTS" VERSION="0" LANGU="E" DESCRIPT="Check if object exists" EXPOSURE="2" STATE="1" EDITORDER="9 " DISPID="0 " AUTHOR="BCUSER" CREATEDON="20061006" CHANGEDON="00000000" MTDTYPE="0" MTDDECLTYP="0" MTDABSTRCT="X" R3RELEASE="700" BCMTDCAT="00" BCMTDSYN="0">
<parameter VERSION="0" CMPTYPE="0" MTDTYPE="0" EDITORDER="0 " DISPID="0 " CREATEDON="00000000" CHANGEDON="00000000" PARDECLTYP="0" PARPASSTYP="0" TYPTYPE="0"/>
<source>*/---------------------------------------------------------------------\
*| This file is part of SAPlink. |
*| |
*| SAPlink is free software; you can redistribute it and/or modify |
*| it under the terms of the GNU General Public License as published |
*| by the Free Software Foundation; either version 2 of the License, |
*| or (at your option) any later version. |
*| |
*| SAPlink is distributed in the hope that it will be useful, |
*| but WITHOUT ANY WARRANTY; without even the implied warranty of |
*| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
*| GNU General Public License for more details. |
*| |
*| You should have received a copy of the GNU General Public License |
*| along with SAPlink; if not, write to the |
*| Free Software Foundation, Inc., |
*| 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
*\---------------------------------------------------------------------/
METHOD checkexists .
SELECT SINGLE name FROM fplayout INTO objname WHERE name = objname.
IF sy-subrc = 0.
exists = 'X'.
ENDIF.
ENDMETHOD.</source>
</method>
<method CLSNAME="ZSAPLINK" CMPNAME="CREATEIXMLDOCFROMOBJECT" VERSION="0" LANGU="E" DESCRIPT="Creates an IF_IXML_DOCUMENT from the OBJNAME Attribute" EXPOSURE="2" STATE="1" EDITORDER="5 " DISPID="0 " AUTHOR="BCUSER" CREATEDON="20061006" CHANGEDON="00000000" MTDTYPE="0" MTDDECLTYP="0" MTDABSTRCT="X" MTDNEWEXC="X" R3RELEASE="700" BCMTDCAT="00" BCMTDSYN="0">
<parameter VERSION="0" CMPTYPE="0" MTDTYPE="0" EDITORDER="0 " DISPID="0 " CREATEDON="00000000" CHANGEDON="00000000" PARDECLTYP="0" PARPASSTYP="0" TYPTYPE="0"/>
<exception CLSNAME="ZSAPLINK" CMPNAME="CREATEIXMLDOCFROMOBJECT" SCONAME="ZCX_SAPLINK" VERSION="0" LANGU="E" DESCRIPT="SAPlink exception class" MTDTYPE="0" EDITORDER="1 " AUTHOR="BCUSER" CREATEDON="20061006" CHANGEDON="00000000"/>
<source>*/---------------------------------------------------------------------\
*| This file is part of SAPlink. |
*| |
*| SAPlink is free software; you can redistribute it and/or modify |
*| it under the terms of the GNU General Public License as published |
*| by the Free Software Foundation; either version 2 of the License, |
*| or (at your option) any later version. |
*| |
*| SAPlink is distributed in the hope that it will be useful, |
*| but WITHOUT ANY WARRANTY; without even the implied warranty of |
*| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
*| GNU General Public License for more details. |
*| |
*| You should have received a copy of the GNU General Public License |
*| along with SAPlink; if not, write to the |
*| Free Software Foundation, Inc., |
*| 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
*\---------------------------------------------------------------------/
METHOD createixmldocfromobject .
DATA rootnode TYPE REF TO if_ixml_element.
DATA sourcenode TYPE REF TO if_ixml_element.
DATA rc TYPE sysubrc.
DATA sourcestring TYPE string.
DATA _objtype TYPE string.
TYPES: t_raw(1024) TYPE x.
DATA: l_wb_form TYPE REF TO if_fp_wb_form,
l_form TYPE REF TO if_fp_form,
l_formname TYPE fpname,
l_name TYPE string,
l_file_table TYPE filetable,
l_filename TYPE string,
l_pathname TYPE string,
l_fullpath TYPE string,
l_rc TYPE i,
l_user_action TYPE i,
l_xstring TYPE xstring,
l_string TYPE string,
l_binary_table TYPE TABLE OF t_raw,
l_binary_length TYPE i,
l_node TYPE REF TO if_fp_node,
l_form_wb TYPE REF TO cl_fp_wb_form,
l_form_wb_if TYPE REF TO if_fp_wb_form.
l_formname = objname.
TRY.
CALL METHOD cl_fp_wb_form=>load
EXPORTING
i_name = l_formname
RECEIVING
r_wb_form = l_form_wb_if.
CATCH cx_fp_api_usage .
CLEAR ixmldocument.
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING textid = zcx_saplink=>not_found.
CATCH cx_fp_api_repository .
CLEAR ixmldocument.
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING textid = zcx_saplink=>not_found.
CATCH cx_fp_api_internal .
CLEAR ixmldocument.
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING textid = zcx_saplink=>not_found.
ENDTRY.
l_wb_form ?= l_form_wb_if.
l_form ?= l_wb_form->get_object( ).
l_name = l_wb_form->get_name( ).
TRY.
l_xstring = cl_fp_helper=>convert_form_to_xstring( l_form ).
CATCH cx_fp_api_internal.
CLEAR ixmldocument.
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING textid = zcx_saplink=>not_found.
ENDTRY.
_objtype = getobjecttype( ).
rootnode = xmldoc->create_element( _objtype ).
DATA: wa_fplayout TYPE fplayout.
SELECT SINGLE * FROM fplayout INTO wa_fplayout WHERE name = objname.
setattributesfromstructure( node = rootnode structure = wa_fplayout
).
sourcenode = xmldoc->create_element( 'PDFform' ).
l_string = l_xstring.
rc = sourcenode->if_ixml_node~set_value( l_string ).
rc = rootnode->append_child( sourcenode ).
rc = xmldoc->append_child( rootnode ).
ixmldocument = xmldoc.
ENDMETHOD.</source>
</method>
<method CLSNAME="ZSAPLINK" CMPNAME="CREATEOBJECTFROMIXMLDOC" VERSION="0" LANGU="E" DESCRIPT="Creates Object on System from IXMLDocument passed in" EXPOSURE="2" STATE="1" EDITORDER="4 " DISPID="0 " AUTHOR="BCUSER" CREATEDON="20061006" CHANGEDON="00000000" MTDTYPE="0" MTDDECLTYP="0" MTDABSTRCT="X" MTDNEWEXC="X" R3RELEASE="700" BCMTDCAT="00" BCMTDSYN="0">
<parameter VERSION="0" CMPTYPE="0" MTDTYPE="0" EDITORDER="0 " DISPID="0 " CREATEDON="00000000" CHANGEDON="00000000" PARDECLTYP="0" PARPASSTYP="0" TYPTYPE="0"/>
<parameter VERSION="0" CMPTYPE="0" MTDTYPE="0" EDITORDER="0 " DISPID="0 " CREATEDON="00000000" CHANGEDON="00000000" PARDECLTYP="0" PARPASSTYP="0" TYPTYPE="0"/>
<parameter VERSION="0" CMPTYPE="0" MTDTYPE="0" EDITORDER="0 " DISPID="0 " CREATEDON="00000000" CHANGEDON="00000000" PARDECLTYP="0" PARPASSTYP="0" TYPTYPE="0"/>
<parameter VERSION="0" CMPTYPE="0" MTDTYPE="0" EDITORDER="0 " DISPID="0 " CREATEDON="00000000" CHANGEDON="00000000" PARDECLTYP="0" PARPASSTYP="0" TYPTYPE="0"/>
<exception CLSNAME="ZSAPLINK" CMPNAME="CREATEOBJECTFROMIXMLDOC" SCONAME="ZCX_SAPLINK" VERSION="0" LANGU="E" DESCRIPT="SAPlink exception class" MTDTYPE="0" EDITORDER="1 " AUTHOR="BCUSER" CREATEDON="20061006" CHANGEDON="00000000"/>
<source>*/---------------------------------------------------------------------\
*| This file is part of SAPlink. |
*| |
*| SAPlink is free software; you can redistribute it and/or modify |
*| it under the terms of the GNU General Public License as published |
*| by the Free Software Foundation; either version 2 of the License, |
*| or (at your option) any later version. |
*| |
*| SAPlink is distributed in the hope that it will be useful, |
*| but WITHOUT ANY WARRANTY; without even the implied warranty of |
*| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
*| GNU General Public License for more details. |
*| |
*| You should have received a copy of the GNU General Public License |
*| along with SAPlink; if not, write to the |
*| Free Software Foundation, Inc., |
*| 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
*\---------------------------------------------------------------------/
METHOD createobjectfromixmldoc .
DATA rootnode TYPE REF TO if_ixml_element.
DATA progattribs TYPE trdir.
DATA sourcenode TYPE REF TO if_ixml_element.
DATA l_xml_node TYPE REF TO if_ixml_element.
DATA source TYPE string.
DATA sourcetable TYPE table_of_strings.
DATA _objtype TYPE string.
DATA checkexists TYPE flag.
DATA: wa_fplayout TYPE fplayout,
formname TYPE tdsfname,
modif_language TYPE sylangu.
TYPES: t_raw(1024) TYPE x.
DATA: l_exception_workbench TYPE REF TO cx_fp_ui_workbench,
l_exception_usage TYPE REF TO cx_fp_api_usage,
l_exception_repository TYPE REF TO cx_fp_api_repository,
l_exception_internal TYPE REF TO cx_fp_api_internal,
l_message_text TYPE string,
l_form TYPE REF TO if_fp_form,
l_file_table TYPE filetable,
l_filename TYPE string,
l_rc TYPE i,
l_user_action TYPE i,
l_xstring TYPE xstring,
l_binary_table TYPE TABLE OF t_raw,
l_binary_length TYPE i,
l_node TYPE REF TO if_fp_node,
m_wb_object TYPE REF TO if_fp_wb_form.
_objtype = getobjecttype( ).
xmldoc = ixmldocument.
rootnode = xmldoc->find_from_name( _objtype ).
CALL METHOD getstructurefromattributes
EXPORTING
node = rootnode
CHANGING
structure = wa_fplayout.
objname = wa_fplayout-name.
checkexists = checkexists( ).
IF checkexists IS NOT INITIAL.
IF overwrite IS INITIAL.
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING textid = zcx_saplink=>existing.
ELSE.
* delete object for new install
deleteobject( ).
ENDIF.
ENDIF.
sourcenode = rootnode->find_from_name( 'PDFform' ).
source = sourcenode->get_value( ).
l_xstring = source.
formname = objname.
TRY.
TRY.
cl_fp_wb_helper=>form_exists( wa_fplayout-name ).
CATCH cx_fp_api_usage INTO l_exception_usage.
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING msg = 'Error creating PDF form'.
CATCH cx_fp_api_repository INTO l_exception_repository.
CASE l_exception_repository->textid.
WHEN cx_fp_api_repository=>object_already_exists.
l_message_text = l_exception_repository->get_text( ).
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING msg = 'Object already exists'.
ENDCASE.
ENDTRY.
TRY.
l_form = cl_fp_helper=>convert_xstring_to_form( i_xstring = l_xstring i_language = sy-langu ).
CALL METHOD cl_fp_helper=>set_new_layout_id
CHANGING
c_form = l_form.
CATCH cx_fp_api_internal.
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING msg = 'Convert XML error'.
EXIT.
ENDTRY.
TRY.
m_wb_object = cl_fp_wb_form=>create( i_name = wa_fplayout-name i_form = l_form ).
CATCH cx_fp_api_usage INTO l_exception_usage.
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING msg = 'Error creating PDF form'.
CATCH cx_fp_api_repository INTO l_exception_repository.
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING msg = 'Error creating PDF form'.
ENDTRY.
TRY.
m_wb_object->save( ).
CATCH cx_fp_api_usage INTO l_exception_usage.
TRY.
m_wb_object->free( ).
CATCH cx_fp_api.
ENDTRY.
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING msg = 'Error saving PDF form'.
CATCH cx_fp_api_repository INTO l_exception_repository.
TRY.
m_wb_object->free( ).
CATCH cx_fp_api.
ENDTRY.
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING msg = 'Error saving PDF form'.
CATCH cx_fp_api_internal INTO l_exception_internal.
TRY.
m_wb_object->free( ).
CATCH cx_fp_api.
ENDTRY.
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING msg = 'Error saving PDF form'.
ENDTRY.
TRY.
m_wb_object->free( ).
CATCH cx_fp_api.
ENDTRY.
CATCH cx_fp_ui_workbench INTO l_exception_workbench.
IF l_exception_workbench->textid <> cx_fp_ui_workbench=>error_occured.
l_message_text = l_exception_workbench->get_text( ).
RAISE EXCEPTION TYPE zcx_saplink
EXPORTING msg = l_message_text.
ENDIF.
ENDTRY.
ENDMETHOD.</source>
</method>
<method CLSNAME="ZSAPLINK" CMPNAME="DELETEOBJECT" VERSION="0" LANGU="E" DESCRIPT="Delete object" EXPOSURE="1" STATE="1" EDITORDER="1 " DISPID="0 " AUTHOR="BCUSER" CREATEDON="20061006" CHANGEDON="00000000" MTDTYPE="0" MTDDECLTYP="0" MTDABSTRCT="X" MTDNEWEXC="X" R3RELEASE="700" BCMTDCAT="00" BCMTDSYN="0">
<exception CLSNAME="ZSAPLINK" CMPNAME="DELETEOBJECT" SCONAME="ZCX_SAPLINK" VERSION="0" LANGU="E" DESCRIPT="SAPlink exception class" MTDTYPE="0" EDITORDER="1 " AUTHOR="BCUSER" CREATEDON="20061006" CHANGEDON="00000000"/>
<source>*/---------------------------------------------------------------------\
*| This file is part of SAPlink. |
*| |
*| SAPlink is free software; you can redistribute it and/or modify |
*| it under the terms of the GNU General Public License as published |
*| by the Free Software Foundation; either version 2 of the License, |
*| or (at your option) any later version. |
*| |
*| SAPlink is distributed in the hope that it will be useful, |
*| but WITHOUT ANY WARRANTY; without even the implied warranty of |
*| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
*| GNU General Public License for more details. |
*| |
*| You should have received a copy of the GNU General Public License |
*| along with SAPlink; if not, write to the |
*| Free Software Foundation, Inc., |
*| 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
*\---------------------------------------------------------------------/
METHOD deleteobject .
DATA: l_wb_form TYPE REF TO cl_fp_wb_form,
l_formname TYPE fpname.
l_formname = objname.
TRY.
CALL METHOD cl_fp_wb_form=>delete
EXPORTING
i_name = l_formname.
CATCH cx_fp_api_usage .
CATCH cx_fp_api_repository .
ENDTRY.
ENDMETHOD. "createobjectfromixmldoc</source>
</method>
<method CLSNAME="ZSAPLINK" CMPNAME="GETOBJECTTYPE" VERSION="0" LANGU="E" DESCRIPT="Get object type of plugin" EXPOSURE="1" STATE="1" EDITORDER="8 " DISPID="0 " AUTHOR="BCUSER" CREATEDON="20061006" CHANGEDON="00000000" MTDTYPE="0" MTDDECLTYP="0" MTDABSTRCT="X" R3RELEASE="700" BCMTDCAT="00" BCMTDSYN="0">
<parameter VERSION="0" CMPTYPE="0" MTDTYPE="0" EDITORDER="0 " DISPID="0 " CREATEDON="00000000" CHANGEDON="00000000" PARDECLTYP="0" PARPASSTYP="0" TYPTYPE="0"/>
<source>*/---------------------------------------------------------------------\
*| This file is part of SAPlink. |
*| |
*| SAPlink is free software; you can redistribute it and/or modify |
*| it under the terms of the GNU General Public License as published |
*| by the Free Software Foundation; either version 2 of the License, |
*| or (at your option) any later version. |
*| |
*| SAPlink is distributed in the hope that it will be useful, |
*| but WITHOUT ANY WARRANTY; without even the implied warranty of |
*| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
*| GNU General Public License for more details. |
*| |
*| You should have received a copy of the GNU General Public License |
*| along with SAPlink; if not, write to the |
*| Free Software Foundation, Inc., |
*| 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
*\---------------------------------------------------------------------/
METHOD getobjecttype .
objecttype = 'SFPF'. "Form Object: Form
ENDMETHOD.</source>
</method>
</CLAS>