2012 Jun 20 2:54 PM
Hi Freinds,
I have a silly question.
This client that I am working with has a custom program but the program name start with A. Do you know how did they create this custom code without Z or Y at the beginning? Is it possible to "generate" program name out of custom code?
Program name : AQFKALL1========ZGET_MONUM
Appreciate your hints
Thanks
Nash
2012 Jun 20 2:59 PM
2012 Jun 20 2:59 PM
2012 Jun 20 3:15 PM
Thank you Raymond for the quick response. Problem we are facing is above mentioned program 'does not exist' in our system after a service pack upgrade.We have be using that program for few years now.Do you think query generated program will be deleted during upgrade?
Thanks
nash
2012 Jun 20 3:19 PM
Hi,
Try to regenerate the query from SQ01. ( SQ01 --> Query --> More Functions --> Generate Program )
This will probably re-create the program.
Regards.
2012 Jun 20 3:25 PM
2012 Jun 20 3:52 PM
Thanks Raymond and Laurent. I will follow your leads and get back to you with what I find. Will award full points soon...
2012 Jun 20 3:53 PM
2012 Jun 20 3:57 PM
Most probably , all your queries must be regenerated after an upgrade. It's is probably better to create a simple abap program to do this since if you have many queries it will be difficult to generate them one by one. Collect the queries from tables AQLQCAT( Standard area ) and AQGQCAT ( Generic Area ) and use RSAQ_CREATE_QUERY_REPORT to regenerate.
Regards.
2012 Jun 21 2:44 PM
Thank you guys I followed your lead and the issue is now resolved. @Laurent that is a great suggestion to have a simple program to handle this.