‎2009 Jan 20 8:05 AM
Hi,
I am having the custom developed dictionary objects in an internal table now I have to find whether they are compatible or not ie I have to check all the custom developed dictionary objects, do we have any tcode except SPDD and SPAU which can do that or how can I mass check all the dictionary elements programatically.Hope you got my issue? Any Inputs ?
Edited by: varun kadapa on Jan 20, 2009 9:50 AM
‎2009 Jan 20 11:17 AM
Hi, I have found a Function module which will give the checks on DDIC objects, but now the function module is not exporting any table or structure so that I can capture the errors, it is internally passing the table name and type to the Perform, now can I pass same table name and type to the perform, if so how ? The Function Module is RS_DD_CHECK .
‎2009 Jan 20 11:22 AM
‎2009 Jan 20 11:28 AM
When we are going for upgrade if we have developed a custom table or data elements or domain etc in previous version of SAP then I will have to select all the custom tables created and do the check if that will work in the next version of SAP.
Now I want to know how can I pass a paramaters to a perform (global ) ?
‎2009 Jan 20 11:32 AM
‎2009 Jan 20 11:43 AM
We are in a process of developing a program which will do the above functionality becoz of some reasons I cannot use SPDD and SPAU.
‎2009 Jan 20 11:44 AM
How can I import a log which is being exported to to the memory by the above FM, actually even in the above FM he is importing the log into a table lt_log and not clearing the log, now if I want to import the same log, I have used the same FM he used to import tht log TRINT_READ_LOG_FROM_MEMORY but it is not being imported, what migh be the problem or am I missing any thing. Any Inputs ?
Can we read what is there in a memory,do we have any tcode which will give what is there in a memory id ?
Any Inputs ?
Edited by: varun kadapa on Jan 21, 2009 5:30 AM
‎2009 Jan 21 5:20 AM
Hello Varun
Since you need to do your check on the already upgraded SAP system the first choice is indeed to use SPDD and SPAU.
Perhaps an alternative or additional approach might be to use a combination of SAMT (Mass-Checking of report) and SCI (Code Inspector: create object set with all your DDIC objects). And do not forget UCCHECK if your upgrade affects Unicode.
Regards
Uwe
‎2009 Jan 21 7:34 AM
Thanks for the reply, can I check DDIC objects in SAMT, How can I find the program of my ztable ?
‎2009 Jan 21 8:03 AM
Hello Varun
Using SAMT the checking of your DDIC objects is indirect. If the checked programs cannot be generated due to errors in your (or SAP) DDIC objects you should see this.
And I would use the code inspector (SCI) for all your Z-packages (including all object types) because it will give you an exhaustive analysis of your Z-objects.
Regards
Uwe
‎2009 Jan 21 8:06 AM
Hi Uwe,
Thanks again, I have checked with SCI, there I have created a inspection set, and given my table name which contained errors but the execution did not give me any errors, firstly I have created a Variant with Syntax Check / Generation, then created a Inpection set with my ztable which contained errors, but this is not giving the errors.
Edited by: varun kadapa on Jan 21, 2009 9:27 AM