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

set the default pathname for the application server

Former Member
0 Likes
747

Dear Guru,

I have encountered an issue in CG3Z and CG3Y

I am not able to set the default pathname for the application server

can any one give some guideline how to set the default pathname for the application server.

Thanks and regards

Saifur Rahaman

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
640

Hi Saifur,

There is no such option in CG3Z or CG3Y. If you still want to do it you will have to customize it by copying the program RC1TCG3Z & RC1TCG3Y to Z & the Function Modules C13Z_FRONT_END_TO_APPL & C13Z_APPL_TO_FRONT_END to Z & also the program LC13ZF01 to Z which runs both of these transactions.

And finally the data declaration in the program LC13ZF01 as :-

DATA:      L_FILE_NAME_FTAPPL          LIKE RCGFILETR-FTAPPL value 'you default pathname'
           DATA:      L_FILE_NAME_FTFRONT         LIKE RCGFILETR-FTFRONT value 'you default pathname'.

Regards

Abhii

2 REPLIES 2
Read only

Former Member
0 Likes
641

Hi Saifur,

There is no such option in CG3Z or CG3Y. If you still want to do it you will have to customize it by copying the program RC1TCG3Z & RC1TCG3Y to Z & the Function Modules C13Z_FRONT_END_TO_APPL & C13Z_APPL_TO_FRONT_END to Z & also the program LC13ZF01 to Z which runs both of these transactions.

And finally the data declaration in the program LC13ZF01 as :-

DATA:      L_FILE_NAME_FTAPPL          LIKE RCGFILETR-FTAPPL value 'you default pathname'
           DATA:      L_FILE_NAME_FTFRONT         LIKE RCGFILETR-FTFRONT value 'you default pathname'.

Regards

Abhii

Read only

0 Likes
640

Dear Abhi,

I have gone through the suggestion you have provided..

Let me try it.

Will confirm you as soon as it get done..

Thanks & regards

Saifur Rahaman