Hi, experts.Why xml transformation sets a space or '/n' at 76 character? Is it possible to set up so that doesn't do it.I've created a simple program:data : lv_body TYPE xstring, lv_trans_name TYPE string.types : begin of struct_type, n...
Hi, experts.Why client specified doesn't work.I'm sure that i'm having roles for updating values in system and that table is not initial.When i try to remove WHERE statement - it's just getting a values from current system. data : lt_tab type table o...
Hi, experts.Why hints doesn't work? It's just ignored.i've created a simple program and try to use ' %_hints db2 '&max_in_blocking_factor 100&', but it;s just ignored. data : lt_tab type table of mara,
lt_Tab2 type SORTED TABLE OF makt WITH UN...
Hi, experts.I've created an z program and try to add values into mara table.Why values are adding without 'commit work' statement?Is it should work like that?data : ls_line type mara.
ls_line-matnr = '0000-00000-00000'.
insert into mara VALUES ls_lin...
Ok, it works with<?sap.transform simple?><tt:transform xmlns:tt="http://www.sap.com/transformation-templates"><tt:root name="ROOT"/><tt:variable name="result"/><tt:template><FieldCodeMarkHeader><tt:loop ref="ROOT"><tt:call-method class="CL_HTTP_UTILI...
I've tried this, but it's doesn't work, i'm still have a space at 76th. I think it adds after transformation is done. <?sap.transform simple?>
<tt:transform xmlns:tt="http://www.sap.com/transformation-templates">
<tt:root name="ROOT"/>
<tt:vari...