This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*&---------------------------------------------------------------------* | |
*& Form ITAB_TO_JSON | |
*&---------------------------------------------------------------------* | |
* Get JSON representation of any plain internal table | |
*----------------------------------------------------------------------* | |
FORM itab_to_json USING it_abap TYPE STANDARD TABLE | |
CHANGING et_json TYPE string. | |
DATA : lo_object_info TYPE REF TO cl_abap_structdescr | |
, lw_attribute_info TYPE abap_compdescr. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
form fetch_source_code. | |
data: | |
lc_table(10) type c, " table name | |
lc_program(30) type c, " program name | |
ln_statement(05) type n, " statement counter | |
lc_field(10) type c, " field name | |
li_discard type i, " discard analysis | |
li_sourcestart type i, " source statement start line | |
li_sourceend type i, " source statement end line |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* SyntaxHighlighter | |
* http://alexgorbatchev.com/SyntaxHighlighter | |
*e | |
* SyntaxHighlighter is donationware. If you are using it, please donate. | |
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html | |
* | |
* @version | |
* 3.0.83 (July 02 2010) | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e*&---------------------------------------------------------------------* | |
*& Report ZABAPSRC_SOLR_INDEX | |
*& | |
*&---------------------------------------------------------------------* | |
*& | |
*& | |
*&---------------------------------------------------------------------* | |
REPORT ZABAPSRC_SOLR_INDEX. |
NewerOlder