cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to pull ECCN number of material from GTS to R/3

Former Member
0 Kudos

Hi All,

I am working on creation of a report in R/3 where I need to pull ECCN number for materials from GTS. Does anyone know any BAPI which can be used to pull this info directly from GTS to R/3.

Currently, I am using alternate BAPI (/SAPSLL/ASS_DOCS_SD0C_GET_R3) and(/SAPSLL/ASS_DOCS_SD0C_FETCH_R3) which basically pulls the ECCN number based on the document numbers. So in order to get the required ECCN number, I always need to pass relevant sales document number for the material used.

Please share with me if you know any BAPI or any alternate logic which can be used to pull ECCN number directly from GTS to R/3.

Thanks

Anoop

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member472711
Active Participant
0 Kudos

Please check program '/SAPSLL/STAWN_RETRANSFER_R3' is of help to you...

This has the logic to load the commodity code maintaind in product master of GTS to be re-transferred to R/3. You can use the similar logic to load the ECCN, if it is maintained separately in R/3.

To re-transfer the commodity code from GTS to R/3, you need to run /SAPSLL/STAWN_RETRANSFER in GTS first and then run /SAPSLL/STAWN_RETRANSFER_R3 in R/3.