‎2009 Dec 19 10:25 AM
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
‎2009 Dec 19 10:55 AM
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
‎2009 Dec 19 10:55 AM
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
‎2009 Dec 21 6:14 AM
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