Please see the Attached ST22 Dump & suggest a solution, unable to find appropriate Snote :
Dump when I try to execute SQL query in Function Module
Re: Dump when I try to execute SQL query in Function Module
The field-symbols <DYN_TAB_RESULT> is not defined yet.. (did you replace record <datarow> with internal table but forget to create this one? -> Error seems to be in your FM, you should not find a note OSS for that if you are not a SAP employee...
Regards,
Raymond
Re: COMMIT WORK AND WAIT; WAIT flag in BAPI_TRANSACTION_COMMIT
The SAP document seems not explaining "AND WAIT" clearly.
Regards,
Yuping
Re: Dump when I try to execute SQL query in Function Module
Hi Vishwam,
Assign your field symbols <DYN_TAB_RESULT> with their respective type,
if it is none, assign it to ANY.
ASSIGN : <DYN_TAB_RESULT>.
Thanks and Regards
Kishan Shah
Re: COMMIT WORK AND WAIT; WAIT flag in BAPI_TRANSACTION_COMMIT
Effect, Chapter 2,paragraph3
eCATT not working but no error
Dear,
I created a recoding using TCD(Record) for Tcode PFCG. I want to copy an existing role to a new role.
I go back and save my recording, next I create the variants so I can create an input file.
However when I want to launch the eCATT with the input file it does not execute the action. Meaning that there is no error in the execution log of the eCATT and everything is green but the new roles are not created.
I have no idea what could be the problem. Could somenbody help me on this?
My guess is that it is the version of my BASIS component which is 740.
Thanks in advance.
Kind regards,
Tom
Automation Testing
My question is
How Tosca Testing Tool useful for the automation testing is there any future?
Re: Automation Testing
Is your question around ecatt?
Re: SELECT optimization for performance improvement
Thank you Randolf.
Could you tell me please how did you figure it out, that the BUT020~0 index taken into account, is the CLIENT field? It could be also other key field, e.g. PARTNER or ADDRNUMBER, but you said it was CLIENT. How do you know? Is it because of the statement in the trace list “# key columns: 1”?
Unfortunately I cannot create this SELECT with EQ for COUNTRY. The user might trigger a query for all different countries which I don’t know in advance. Otherwise I have to put SELECT statement in a loop over a table with countries, but this will not for sure improve the performance.
SAP delivers an index I11 for a table ADRC. This index is created for the field COUNTRY. I have activated it and optimizer picked it up. The performance was improved slightly.
Re: SELECT optimization for performance improvement
Thank you very much Deependra,
following your advice I have removed 'INTO CORRESPONDING FIELD OF TABLE'. I have also tested your coding but couldn’t see a big improvement. I have activated an index I11 for a table ADRC. This index is created for the field COUNTRY. Database optimizer picked it up and the performance was improved slightly.
Re: SELECT optimization for performance improvement
Hello Andrej,
Yes, "# key columns: 1" means that only the first field of the index, in this case the client field, has been taken into account to optimize the access to BUT020.
How much did the performance improve when the database uses the index for COUNTRY on ADRC?
I guess the SELECT(s) will never become very fast on anyDB, since you do not have selective criteria. Whether JOIN or FAE is faster, might depend on the data constellation.
Best Regards, Randolf
Re: SELECT optimization for performance improvement
Hello Randolf,
thanks a lot for the valuable information. But how is it displayed in case two or more key fields are taken into account, for example PARTNER and ADDRNUMBER? Something like this “# key columns: 2 & 3”?
I could see approximately 10% improvement when the database uses the index for COUNTRY on ADRC.
Re: SELECT optimization for performance improvement
Hello Andrej,
the index is used from left to right. So if index fields are MANDT+ PARTNER + ADDRNUMBER,
# key columns: 1 --> MANDT
# key columns: 2 --> MANDT + PARTNER
# key columns: 3 --> MANDT + PARTNER + ADDRNUMBER
are used.
If PARTNER is missing in the WHERE-clause, ADDRNUMBER normally also cannot be used!
An exeption to this is an 'index skip scan' which some database platforms are able to, if the 'missing' field in the WHERE-clause has only a few distinct values, for example 'gender' or 'client'.
Best Regards, Randolf
Re: SELECT optimization for performance improvement
Now I got it. Thanks a lot. This is really very valuable information.
Best regards
Andrej
Re: Need information about CBTA tool
Hi Claude,
I need to automate an Web Dynpro application in FI module using CBTA.
Application URL : https://system.wdf.sap.corp/sap/bc/webdynpro/sap/z2fwa_jereq
CBTA Executable : SE/sap/z2fwa_jereq
After providing the above details if i press save button then i am getting the below message.
"Executable object WDY_APPLICATION/SE/SAP/Z2FWA_JEREQ cannot be checked
No RFC authorization for function module S_TWB_U_REPOSITORY_SELECT_RFC."
Kindly help me in this.
Regards,
Siva
Re: Need information about CBTA tool
Hi Siva,
I'm not sure but the following SAP Note may solve the problem.
SAP Note 1718684 - TCE Editor: No RFC authorization for function module
Regards,
Claude
SOAP Webservice 404 Error
Dear All
Kindly help me on following problem.
I have created a ABAP function that returns a String as output ( say ZOUT char30 ).
I made this function as remote enabled and Created a Webservice out of it.
Enabled the Service through SOAManager as well and it is active.
Now, I am trying to consume this webservice through a Dot.net application, where I am getting 404 error.
I am not able to find out where i am missing in SAP side.
Can someone help me to achieve this.
Regards,
Venkat
Re: OPEN CURSOR WITH HOLD problem in a parallel programm
Hi, how can you do parallel job without open cursor?
I think it will cause a dump if you write SUBMIT or STARTING NEW TASK
in select endselect.
To fetch from HRP 1001
Hi Experts,
HRP1001 is a info type table. I am fetching data from this with some fields in where condition ( where as it is having no.of fields in primary key combination). Though data exists in the table , select statment is not fetching the data. Need some help,...
Rgds,
Khadeer.
Transaction code SEGW not working/system not updated.
Hi there,
I am not able to run transaction SEGW due to SAP system is not upgraded with latest patch since long time; I would like to know from you that how to practice on "Gateway Service Builder - OData service" feature. Does any external server can provide access for such transaction?
Or any alternate which is cost effective.
Need help.