‎2009 Apr 02 2:53 PM
Hi All,
I have a requirment of calling a program using the SUBMIT statement and exporting the list output to memory and import it back.
But the problem is in the program which i am calling using the submit statement is having a Expand subtree in the list output. Whenever i am using the submit statement it is returning back the non expended list. Is there any way to get the expended list output?.
Thanks,
Neslin.
‎2009 Apr 02 2:59 PM
Hi Neslin,
Can you run the program which you are submitting (Manually) and get the Expanded list output by Default?
In Other words, is there any check box in the selection screen which would say, get the list with all node expanded?
If there is no such option available in selection screen, you can do the following.
Copy the program to a zprogram.
Modify the Zprogram to have the list outout , expanded by default.
Submit this zprogram instead of the original program.
Regards,
Ravi
‎2009 Apr 02 2:59 PM
Hi Neslin,
Can you run the program which you are submitting (Manually) and get the Expanded list output by Default?
In Other words, is there any check box in the selection screen which would say, get the list with all node expanded?
If there is no such option available in selection screen, you can do the following.
Copy the program to a zprogram.
Modify the Zprogram to have the list outout , expanded by default.
Submit this zprogram instead of the original program.
Regards,
Ravi
‎2009 Apr 02 3:11 PM
Hi Ravi, Unfortunately there is no checkboxes in the selection screen. Yeah copying to the Z program is a gud option.
Is there any other way like using the recording option. The transaction is FSE3. if i do a recording on this i will get the output list into a flat file(systems->list->save->local file). But the file should be placed in the application server.
Do you think any ideas of using CG3Z transaction in between..
Thanks for your help ,. Neslin.
‎2009 Apr 02 3:18 PM
Hi Neslin,
Doing a recording for Report type program (FSE3 is one), is not advisable.
The process that you mentioned(Save to local file) cannot be automated either, as there is some interaction with the presentation server.
Regards,
Ravi
‎2009 Apr 02 3:29 PM
Hi Ravi,
If you come across any other option other than copying the program, please let me know.
Thanks,
Neslin.