Application Development 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: 

Can i make changes to standered ldb to z ldb.

Former Member
0 Kudos

Hi Friends ,

Presently iam working with sales tax register , inthe attributes section logical database is mentioned as BRF(document segmet) , the data is retrived according to document no ,and posting date .

now i need to retrive the data according to vendor wise , my doubt is, can i copy the logical database to z ldb and make changes to it , root node for this ldb is bosg . when i am trying to make changes inthe report it is not effecting in any wayz ,. please try to give me the solution , for retriving the data according to vendor wise. in the report the ldb is called by keyword get.

1 REPLY 1

former_member435013
Active Participant
0 Kudos

Hi,

pardon - it is only spare information you gave.

A report is linked to a ldb by its properties.

Moreover you can use a ldb by function ldb_process.

Perhaps there is another way without changing the ldb.

First fill an internal table with data you need.

After that sort it and do your processing.

Separating I/O from processing is a good approach in general.

With kind regards

Walter Habich