cancel
Showing results for 
Search instead for 
Did you mean: 

Skipping few lines from DSO in Char relationship

0 Kudos

Hi All,

I have standard DSO in CR which is used to check the lines which are uploading the lines are valid or not.

Below is the structure of DSO.

field 1 field 2 field 3

123 XYZ A

456 DEF A

456 PQR B

While uploading the data, now i want to check the validation of lines which fall under field 3 => 'A' and want to skip the validation for the data of B from field 3.

Is there any standard procedure for removing the validation of lines for filed 3 which is 'B' other than writing the exit.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi.

I don't thik there is any standard procedure.

Think about ABAP characteristic relationship - that's simple and gives you a lot of flexiblity.

Regards.