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

Submitting a program having an expended subtree button.

Neslinn
Participant
0 Likes
551

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

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

4 REPLIES 4
Read only

Former Member
0 Likes
533

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

Read only

0 Likes
532

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.

Read only

0 Likes
532

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

Read only

0 Likes
532

Hi Ravi,

If you come across any other option other than copying the program, please let me know.

Thanks,

Neslin.