cancel
Showing results for 
Search instead for 
Did you mean: 

2LIS_11_VAITM Source Question

05-13-2008 7:51 PM
6609 views 3 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Where can I find documentation that specifies which R3 tables are the source for each field in the 2LIS_11_VAITM datasource

I found this link ... http://help.sap.com/saphelp_nw70/helpdata/en/8f/36f338472b420de10000000a114084/frameset.htm

This paget has a source column. However I want the table-field source name. For example, I believe that Company Code is sourced from VBAK-BUKRS. So what I am looking or is this table-field information for the rest of those fields in this datasource.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Castles,

You can goto LBWE and select the Datasource 2LIS_11_VAITM and click on Maintenance. You can see the field names as well as source table names.

Thanks,

Vasu.

Answers (1)

Answers (1)

Former Member
0 Likes

Dear Castles,

Goto ST05

Switch on the SQL Trace

Come to RSA3

Execute your DataSource

Again goto ST05

Switch off the Trace

Analyze the trace file.

Observe the Source Fields and Tables.

Regards,

Ram.

Former Member
0 Likes

Ram,

That approach will not work as the 2LIS_11_VAITM datasource reads from either the delta queue or the setup table; not from the SD tables themselves.

Wardell