cancel
Showing results for 
Search instead for 
Did you mean: 

Deletion indicator in /SAPSLL/SWNAV_R3

0 Kudos

Hi All,

We classify the HS code in the GTS system and transfer to ERP system. When we schedule the batch job /SAPSLL/COMCO_RETRANSFER in GTS system. It will transfer all the classified products to ERP buffer table /SAPSLL/SWNAV_RETRANSFER.

But in this buffer table /SAPSLL/SWNAV_RETRANSFER, sometimes the materials are set with deletion indicator field (DELFL = X) when sent from GTS system.

Could any one help me here. I am not able to figure out why this deletion indicators are set in ERP system.

Best Regards,

Tamanjeet.

0 Kudos

Hi All,

Sorry for typo: The buffer table in ERP system which I am indicating is /SAPSLL/SWNAV_R3 . This is not /SAPSLL/SWNAV_RETRANSFER

Modifying the questions as follows:

We classify the HS code in the GTS system and transfer to ERP system. When we schedule the batch job /SAPSLL/COMCO_RETRANSFER in GTS system. It will transfer all the classified products to ERP buffer table /SAPSLL/SWNAV_R3.

But in this buffer table /SAPSLL/SWNAV_R3, sometimes the materials are set with deletion indicator field (DELFL = X) when sent from GTS system.

Could any one help me here. I am not able to figure out why this deletion indicators are set in ERP system.

Accepted Solutions (1)

Accepted Solutions (1)

dean_hinson2
Active Contributor
0 Kudos

Hello Tamanjeet,

From what I can see, it is based on the change pointer....

Program /SAPSLL/COMCO_RETRANSFER_F01, line 871..

case <ls_pointer_md>-cdchgid.
when 'E' or 'D'.
************************************************************************
* -- Deletion case
************************************************************************

Line 2485...

case <ls_pointer>-cdchgid.
when gc_updfl-delfld or gc_updfl-delete.
************************************************************************
* -- Deletion case
************************************************************************
* -- transfer deletion only in case no Insert exists for same tabkey

Regards, Dean.

Answers (0)