cancel
Showing results for 
Search instead for 
Did you mean: 

Export PLDs

Former Member
0 Kudos

hi.

Can I export PLD to as XML or any other format??

I am facing problems in copying the plds from one database to another using the procedure explained in the SAP Notes.

When i copy to the production database, original values of the database and formula feilds are not retained. They randomly get changed. I need to check every feild again, which is a problem.

If I can export the PLDs as xml (or any other format) i can import them into the production database easily.

Can SDK be used for this??

Thanks and Regards,

Lakshman.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi.

thanks for the code, i will try it out.

i noticed that the import/export of plds is possible in advance layout designer.

where can i download the advanced layout designer for B1 2005 B??

rgds, laks.

Former Member
0 Kudos

I wouldn't know... I'll try and check

-

-


Alfredo Pérez

www.corponet.com.mx

SAP Developer & Consultant

alperal (at) gmail.com

+52-(81)-137-937-80

former_member201110
Active Contributor
0 Kudos

Hi,

The import/export feature in ALD does not work with PLD layouts, only layouts designed in ALD itself (which are a completely different format).

You can use the SAP CopyExpress add-on to import PLD layouts from one company to another. Personally, I use DTS for the import/export of PLD layouts and have never had a problem with it.

Hope this helps,

Owen

Former Member
0 Kudos

What is DTS. And How can i use it. am new in sdk and sapb1

Answers (1)

Answers (1)

Former Member
0 Kudos

I'm using SAP B1 2005 B

Former Member
0 Kudos

I've never used it, but you may try:

-

-


Dim pld As SAPbobsCOM.ReportLayout

pld.ToXMLFile("C:MyLayout1.xml") 'TO SAVE

pld.FromXMLFile("C:MyLayout1.xml") 'TO LOAD

-

-


Regards,

-

-


Alfredo Pérez

www.corponet.com.mx

SAP Developer & Consultant

alperal (at) gmail.com

+52-(81)-137-937-80

Former Member
0 Kudos

Hi Lakshman,

Generally for this situation what i do is I use the SQL server management studio and Import the 2 tables RDOC and RITM.

This process just takes a few min.

So that i can have all the PLD in the new DB also.

If helpful reward with points.

Regards,

Vasu Natari.