You are on page 1of 1

IM_LEVEL type char1

EX_AGENT TYPE SWP_AGENT

Data: Ls_agent Type swp_agent.


select single agent from zagent_table into ls_agent
where level= im_level.
if su-subrc = 0.
Concatenate 'US' ls_agent into ex_agent.

You might also like