Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EPC

Former Member
0 Likes
455

hi all,

select single *

from spfli

into fs_spfli

up to 1 rows

where carrid eq p_carrid.

if sy-subrc ne 0.

messge s010.

endif.

In my code fs_spfli is used for pass only in my program i never use this

field string so i got 1 EPC check in my program how to solve this problem.

thanks

swapna rani

2 REPLIES 2
Read only

Former Member
0 Likes
430

Hi

Swapna

select single *

from spfli

into fs_spfli

up to 1 rows

where carrid eq p_carrid.

if sy-subrc ne 0.

messge s010.

endif.

dont use both only one either single or up to u sholud give where condition based on the complete key then u wont get EPC

plzz reward if help full....

Read only

Former Member
0 Likes
430

hi swapna,

when u r not using that field you ll get warning in epc