SAP ABAP 新语法补充(DATA、COND、SWITCH、VALUE、FOR、REDUCE、CONV、CORRESPONDING、GROUP BY、FELTER) 新语法 示例 等价于/说明 DATA (1)DATA(TEXT) = ‘ABCDE’. (2)LOOP AT ITAB INTO DATA(WA). …… ENDLOOP. (1)DATA TEXT TYPE STRING.
Provide Host Field, enter the name of gateway host (would be hostname of Java System/Solution Manager ) & gateway service (sapgw00) .As we want to send/push data of ABAP system towards Solution Manager so here i have given hostname & gateway information of Solution Manager. Execute the ...