You are on page 1of 1

SAP ERP system does not generate Intermediate Documents (IDocs) for data distribution

to SAP GTS, although certain settings from the IDoc Interface are used: like message types and change pointers.

MATMAS for material masters, CREMAS for vendor masters, and DEBMAS for customer masters. They are linked to
IDoc basic types defining the formatting structure of the data records that are to be sent.

Instead of generating IDocs, the programs used in the SAP ERP feeder system for the transfer of master data to SAP
GTS carry out RFCs based on the reduced structure.

There is no as such idoc type you could see in GTS as this is RFC based transfer of data

If you want see what data is getting transferred to GTS when you sending the material do following step.

1. Before running the program to send material to GTS switch on debug mode by putting /h as tcode.

2. Run the program to send the Material to GTS,

3. Set break point at statement RFC.

4. Press F8 , it will stop at the RFC call FM which is called in GTS here you can check all the detail which goes to
GTS.

You might also like