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

DELETE it_out WHERE kdgrp IS INITIAL.

Former Member
0 Likes
1,895

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?

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,670

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

Read only

Florian
SAP Champion
SAP Champion
0 Likes
1,670

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 🙂

Read only

Former Member
0 Likes
1,670

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.

Read only

0 Likes
1,670

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.