cancel
Showing results for 
Search instead for 
Did you mean: 

Description info

Former Member
0 Kudos

Hi experts !

I need to find  description info about standart extractors :

  1. 0ARTICLE_ATTR
  2. 0CUST_SALES_ATTR
  3. 0PLANT_ATTR
  4. 0ART_SALES_ATTR
  5. 0ART_ST_LOC_ATTR
  6. 0VEN_PURORG_ATTR
  7. 0VEN_COMPC_ATTR
  8. 0VENDOR_ATTR
  9. 0INFO_REC_ATTR

info like this Customer Number (SAP Library - Customer Analyses)

is anyine know?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

In 1st message I asked just spec info standart info it is in standart must be , finding by code or guesing itis  long and not accurate

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

  1. 0ARTICLE_ATTR  - Article master data
  2. 0CUST_SALES_ATTR - customer sales master data
  3. 0PLANT_ATTR - palnt attr
  4. 0ART_SALES_ATTR - Article sales master data
  5. 0ART_ST_LOC_ATTR -
  6. 0VEN_PURORG_ATTR - vendor purchase group master data
  7. 0VEN_COMPC_ATTR - vendor company code master data
  8. 0VENDOR_ATTR - vendor attr
  9. 0INFO_REC_ATTR -

if have any doubt you can find the through google.

Thanks,

Phani.

Former Member
0 Kudos

I know  what it is for, need to know origin table of every field , thought easely can find info but not , much easier find info about 2lis. was pretty suprised.

Is anybody know links where I can get it?

former_member202718
Active Contributor
0 Kudos

Hi Maxim,

Goto RSA2 in ECC adn then give these Datasource and check as to how the data is getting populted.

Is it from tables or FM...we can get some details from there.

rgds

SVU


Former Member
0 Kudos

oF COURSE I checked that FMs , did U saw it? it is pretty difficult to understand what field from where (a lot  func inside) and a lot time.

RamanKorrapati
Active Contributor
0 Kudos

Hi,

All of your data sources master data sources.

So as my guess most of the data source fields will be pulled from master data table.

So take source team help and find base table.

Example - 0PLANT_ATTR, for bw info object 0PLANT - related ecc field is - WERKS.

For WERKS master data table - MARC.

Like that way you can all master data tables of your info objects at source side.corss verify data source fields and base tables fields.

Another possible,

run your data source at RSA3 and debug it.

you may find source tables.

Take source team help. might be helpful.

Thanks

Former Member
0 Kudos

Tryied to debug in rsa3 - to difficult for me , to many func inside func...

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

it is one way of finding the tables in RSA3 while debug.

RamanKorrapati
Active Contributor
0 Kudos

please you can do same search on Google with data source names. you may get what you need.

Former Member
0 Kudos

If it is works , I won`t create this topic , found about 5-6 articles , but about this list  no info

RamanKorrapati
Active Contributor
0 Kudos

If you just need data source descriptions then use table - ROOSOURCE at source side.

along with data source you can see short/medium and long text of your data sources.

In general for master data source description will be the same as info object along with attr/texts..

Ex: 0PLANT_ATTR here info object is 0PLANT - plant  and ATTR - type data source.

Another example - 0VENDOR_ATTR - its vendor type of attributes data source.