Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

LOGICAL DATABASE

Former Member
0 Likes
391

Hi,

1) How we can include Logical DB in SAP List Viewer ( SQ01 ).

2) Where to put Selection Screen. either in LDB or List Viewer

3) Where to write condition for Fetching data

Thanks Avi

2 REPLIES 2
Read only

Former Member
0 Likes
358

Hi Avi,

Check this link: http://help.sap.com/saphelp_erp2005/helpdata/en/9f/db9bed35c111d1829f0000e829fbfe/frameset.htm

Suggest you to search SDN with Key - Logical database.

Will get other related posts.

Reward points if this helps.

Manish

Read only

Former Member
0 Likes
358

Hi Avi,

1) To include a LDB go to Transaction Code SQ02. Provide infoset name & go for create. It will show you a popup screen. There you a option of specifying Logical Database.

2) You can put selection screen in LDB. For creating LDB go to Tcode SE36 or SLDB. If report designis based on LDB then you can specify selection screen for that report. if report is designed based on join by basis table then there is no selection screen for that report.

3) You have various events specially for LDB to fetch data. you can write conditions in LDB.

Ashven