Application Development 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: 

DELETE it_out WHERE kdgrp IS INITIAL.

0 Kudos

HI all,

DELETE it_out WHERE kdgrp IS INITIAL.

Actually i want to execute this line but i have a condition that after successfully file created when we are taking blank kdgrp field all the values should be there but i got all the value are deleted.

How to get rid of this?Any suggestions?

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos

Sorry, I don't understand the question at all.

Florian
Active Contributor
0 Kudos

Set a breakpoint your mentioned line and check your internal table. Pretty sure kdgrp is for initial and that's why all are gone afterwards 🙂

0 Kudos

with blank kdgrp fields all other fields are present i have checked in se16n.What to write in a program so that includng that blank field corresponding all other fields should be seen.

Florian
Active Contributor
0 Kudos

Now, you lost me too. MAybe you clarify before what you want to archive. Please do some screens and also add some lines of code here to understand what you are asking for.