Quantcast
Viewing all articles
Browse latest Browse all 8533

Re: Transformation

Hi

 

in the end routine , write the following abap code,

 

 

loop at result_pacakge assinging <result_fields>.

 

 

<result_fields>-gi = gi+4(6).

endloop.

 

 

It will read only from 4th character to the end .

 

Hope u got it,


Viewing all articles
Browse latest Browse all 8533

Trending Articles