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

IDOC segment declaration in program

prasad_reddy9
Explorer
0 Likes
340

I am getting error when declaring IDOC segments in my program.

Below is how I declared.

data: wa_e1vfkonk like e1vfkonk.

For the same syntax few segments are showing as properly declared and few are showing error that 'eqvfkonk' does not exist.

How ever this structure does exist when i check it.

Help appreciated.

1 REPLY 1
Read only

roger_gomez
Active Participant
0 Likes
294

Hi Prasad,

I think the segment that you are declaring in the program doesn't exist in SAP system as standard.

Maybe you mean E1VFKONX, finishing with "X" instead "K"?

Reward points if useful.

Roger