3 weeks ago
Hi Experts,
Can i know an alternate way of using the below code which was existing already in the system.
We observed that this statement causes the performance issues.
Kindly guide me the same. Thanks.
LOOP AT lt_sa_from_init_screen ASSIGNING FIELD-SYMBOL(<sa>)
GROUP BY ( vkorg = <sa>-vkorg
vtweg = <sa>-vtweg )
WITHOUT MEMBERS ASSIGNING FIELD-SYMBOL(<sa_group>).
INSERT VALUE mdg_ecc_bp_vkorg_vtweg_key(
vkorg = <sa_group>-vkorg
vtweg = <sa_group>-vtweg ) INTO TABLE lt_sales_keys.
ENDLOOP.
Regards,
Karthik s
Request clarification before answering.
User | Count |
---|---|
52 | |
8 | |
5 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.