How to create and use LDT file [message #428158] |
Tue, 27 October 2009 06:47 |
monikabhakuni
Messages: 110 Registered: September 2008 Location: India
|
Senior Member |
|
|
Hi All,
I have done HRMS API's near about 30 APIs are there. So the issue is that now i have to create concurrent program for all. So if somebody has an idea how can we do that in mass then please guide me.
Can we do it using LDT?
I dont have idea about LDT also.
Please guide me on this.
Thanks in Advance.
Monika
|
|
|
Re: How to create and use LDT file [message #428230 is a reply to message #428158] |
Tue, 27 October 2009 09:25 |
|
vamsi kasina
Messages: 2112 Registered: October 2003 Location: Cincinnati, OH
|
Senior Member |
|
|
Mostly LDT is used to import / export data.
It is depending on the LCT file, which are using.
CP(Concurrent Program) LDTs are generate by FNDLOAD using afcpprog.lct
If you have the setup in any instance and you want to export that to another instance,
then you can create ldt file using FNDLOAD and import that in the other instance using FNDLOAD again.
Creating ldt file manually is tricky/risky.
If you have done any mistake, it will corrupt your data. Beware of that.
Regarding FNDLOAD, you can search the Forum Guide.
By
Vamsi
|
|
|