When I added the ABAP code in the InfoSet query getting an error message: The data object "<G00_WA>" does not have a structure and therefore does not have a component called "MSEG-BWART".
Code Section: 1 DATA
DATA: str TYPE string. FIELD-SYMBOL...
Hi Amit Diwane,
Could you please look at below mentioned issue?
https://answers.sap.com/questions/13774899/add-abap-code-in-infoset-query-getting-error-messa.html
Hi Sandra Rossi,Thank you for responding but I tried the mentioned code and got an error message. after execute I debugged the code: 1) sy-subrc got 4 not 02) once I comment sy-subrc got dumpstr = '%G00[]'.ASSIGN (str) TO <g00>.ASSIGN COMPONENT 'MSEG...