cancel
Showing results for 
Search instead for 
Did you mean: 

Field APOPLANNED is empty in 2LIS_11_VASCL

Former Member
0 Kudos

Hi dear all,

I'm loading data from ODS 0CDS_DS07 to 0SD_C14. But a start routine exist in 0SD_C14:

-


LOOP AT DATA_PACKAGE.

IF DATA_PACKAGE-apoplanned <> '1'.

DELETE DATA_PACKAGE.

CONTINUE.

ENDIF.

ENDLOOP.

-


This routine delete the data in package.

I found in R/3 this field is equal to empty by default.

Could anyone tell me which transaction I can use to fill this field? in delivery?

Thanks a lot in advance.

Juan

Accepted Solutions (1)

Accepted Solutions (1)

jaya_mogali
Contributor
0 Kudos
Former Member
0 Kudos

Thanks Jaya.

But I didn't find any information about this field APOPLANNED.

Could you please detail how I can modify its value in R/3?

Best regards

Juan

Former Member
0 Kudos

Could anyone help?

Answers (1)

Answers (1)

Former Member
0 Kudos

Anyone could help?