I am quite unexperienced with SAP. I received an XML file with different infotypes from SAP (like PA0000, PA0001,...). I want to load this data into a database, using a datawarehouse model.
In that case, one table of this database (for example Person) exists of data from multiple infotypes. My question here is if there is a list or model of recommended 'joins' between all these infotypes?
This because I want to know if I need to do a INNER, LEFT or OUTER JOIN between infotypes PA0002 and PA0105 for example.