cancel
Showing results for 
Search instead for 
Did you mean: 

Help in creating View

manoj_goyal2
Participant
0 Kudos

Hi Guys,

I am trying to create a view from table A and table B. Data in table A and table B are as follows.

Table A						TableB

Field_1  	Field_2				Field_1 		Desc_1
A1		B1				A1		New York	
A1		B1				A2		Albany
A1		B2				A3		Rochester	
A1		B2				A4		Buffalo
A1		B2				A5		Syracuse
A2		B1						
A2		B2

I want to get the following result:

Field_1   	Desc_1		Field_2	
A1		New York	B1				
A1		New York	B1				
A1		New York	B2					
A1		New York	B2				
A1		New York	B2				
A2		Albany		B1						
A2		Albany		B2

Please advise me which type of view should I create. I create Maintenance view and I am getting following error"

"No database view exists for view Z_TEST_VIEW".

Please help in creating a view without the error.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

former_member195698
Active Contributor
0 Kudos

Since your requirement is to view logically connected data from different tables, try creating the "database view".

http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ecab446011d189700000e8322d00/content.htm

Answers (0)