2007 Jun 16 5:40 AM
1) When using Open SQL statements in an ABAP/4 program, should it satisfy both this conditions
a) The database system being addressed must be supported by SAP.
b) The database tables being addressed must be defined in the ABAP/4 dictionary.
2. What is the difference between the TYPE and LIKE statements in data declaration?
can u send me some examples on this topic?
3.3.what do u mean by deep structures?is this anyway related to HIDE statement ?
1) When using Open SQL statements in an ABAP/4 program, should it satisfy both this conditions
a) The database system being addressed must be supported by SAP.
b) The database tables being addressed must be defined in the ABAP/4 dictionary.
2. What is the difference between the TYPE and LIKE statements in data declaration?
can u send me some examples on this topic?
3.3.what do u mean by deep structures?is this anyway related to HIDE statement ?
2007 Jun 16 9:33 PM
Expert Forums
Forum Search
Use the form below to search the forum content. You can choose to search all content or restrict it to certain forums or dates. Also, you can filter the results by a username or user ID.
Search Forum Content
Search Terms: Search Tips
Category or Forum:
Date Range:
Results Per Page:
Welcome, Clemens Li Help
Your Control Panel Your Control Panel
Your Reward Points Your Reward Points
Your Questions Your Questions
Search Results » Messages: 269 - Search Terms: When using Open SQL statements in an ABAP/4 program, should it satisfy both this conditions Sort by:
Pages: 9 1 2 3 4 5 6 7 8 9
1. hai1
Posted on: Jun 16, 2007 6:40 AM, by user: pavan kumar -- Relevance: 23% -- Show all results within this thread
1) When using Open SQL statements in an ABAP/4 program, should it satisfy both this conditions a) The database ...
2. Re: what is meant by open sql and netive sql?
Posted on: May 18, 2007 2:19 PM, by user: Viji -- Relevance: 20% -- Show all results within this thread
use native SQL. Native SQL seems somewhat slower and you have to know which databse you will be using it on before coding. Thanks, ...
3. Re: Differences between open SQL and native SQL
Posted on: Apr 30, 2007 5:15 AM, by user: navjot sharma -- Relevance: 16% -- Show all results within this thread
database tables declared in the ABAP Dictionary regardless of the database platform that you R/3 System is using. Native SQL allows you to use database-specific SQL statements in an ABAP program. This means that ...
4. Re: SQL Statements in ABAP and meaning
Posted on: May 29, 2007 7:12 AM, by user: Anji Reddy Vangala -- Relevance: 15% -- Show all results within this thread
the data from the result set to the data objects specified in target. You can restrict the result set using the WHERE addition. The addition GROUP BY compresses several database rows into a single row of ...
5. When i click on a particular node it should take me to the path or open the
Posted on: May 14, 2007 7:02 AM, by user: Ginni Makkar -- Relevance: 13% -- Show all results within this thread
the path or if its the last node then it should open the file specified in that link.Is this possible using ABAP. Can any one help me out with this issue... Regards, Ginni. ...
6. ABAP/4 processor: CALL_FUNCTION_OPEN_ERROR
Posted on: Apr 30, 2007 12:55 PM, by user: Rashmi Dhote -- Relevance: 13% -- Show all results within this thread
Has anyone any idea why this
Abend message
ABAP/4 processor: CALL_FUNCTION_OPEN_ERROR
is displayed. ...7. before calling an external program, check if the program is allready open
Posted on: Apr 10, 2007 1:13 PM, by user: Miriam Hernandez -- Relevance: 12% -- Show all results within this thread
I need to call an external program to print some labels, so i will use function WS_EXECUTE or the new one DSVAS_DOC_WS_EXECUTE_50 to call my ...
8. Re: Who to use Native SQL statements in ABAP
Posted on: May 14, 2007 11:47 AM, by user: Anji Reddy Vangala -- Relevance: 12% -- Show all results within this thread
get_text( ). MESSAGE error_text TYPE 'I'. ENDTRY. Reward points if useful Regards Anji
9. Re: can u pls tell "SQL trace"
Posted on: Mar 20, 2007 8:09 AM, by user: Ashok -- Relevance: 12% -- Show all results within this thread
documentation. Submit ABAP report with SQL traces You use ST05, Trace Request, to do a SQL trace. When using SQL trace, it is good to run the program in debugger and just before you execute the SQL, go to ...
10. ABAP/4 processor: LOAD_PROGRAM_LOST error
Posted on: Mar 21, 2007 10:58 PM, by user: Yogesh Gupta -- Relevance: 11% -- Show all results within this thread
Hi, One of my job got failed , the errer message wwhich iam getting is "ABAP/4 processor: LOAD_PROGRAM_LOST" can anybody tell me wht could be the reason for this ...
11. Re: Open Sql Insert
Posted on: Jun 7, 2007 8:56 AM, by user: Sreekanth Gogesetti -- Relevance: 11% -- Show all results within this thread
ABAP Dictionary. By default, data is only inserted in the current client. Data can only be inserted using a view if the view refers to a single table and was defined in the ABAP Dictionary with the maintenance ...
12. Re: Y-setup program (Teach yourself ABAP/4 in 21 days.)
Posted on: May 22, 2007 2:50 PM, by user: Walter Santana -- Relevance: 11% -- Show all results within this thread
ABAP/4 in 21 Days for Ken Greenwood in the which accompanies the CD for creation of tables. I am using him/it mini-sap version 4.6d, they put to the when executing the program y_setup it happens mistake ...
13. Y-setup program -Book:Teach yourself ABAP/4 in 21 days
Posted on: May 23, 2007 2:18 PM, by user: Walter Santana -- Relevance: 11% -- Show all results within this thread
ABAP/4 in 21 Days for Ken Greenwood in the which accompanies the CD for creation of tables. I am using him/it mini-sap version 4.6d, they put to the when executing the program y_setup it happens mistake ...
14. How to access External SQL via ABAP/4?
Posted on: May 22, 2007 2:48 PM, by user: tt -- Relevance: 10% -- Show all results within this thread
Hi, I have maintailed connection via tcode DBCO, and tried to connect to external SQL server via following codes, ...
15. Re: EXPORT/IMPORT statements
Posted on: Mar 30, 2007 8:15 AM, by user: Vipin Das -- Relevance: 10% -- Show all results within this thread
session, or to pass data from one session to another. Application programs that use SAP memory must do so using SPA/GPA parameters (also known as SET/GET parameters). These parameters can be set either for a ...
16. Re: Update non sap database using abap code
Posted on: Jun 6, 2007 6:54 AM, by user: Alejandro Bindi -- Relevance: 10% -- Show all results within this thread
database tables declared in the ABAP Dictionary regardless of the database platform that you R/3 System is using. Native SQL allows you to use database-specific SQL statements in an ABAP program. This means that ...
17. Runtime Error DBIF_RSQL_SQL_ERROR exception CX_SY_OPEN_SQL_DB
Posted on: Mar 19, 2007 7:53 AM, by user: yue ling -- Relevance: 10% -- Show all results within this thread
clear open_deliveries. 035620 refresh open_deliveries. 035630 select * into corresponding fields of table open_deliveries 035640 from vbuk 035650 where vbtyp ...
18. Termination occurred in the ABAP/4 program "SAPLOLEA " in "AC_SYSTEM_FLUSH
Posted on: Apr 23, 2007 7:08 PM, by user: Sachin Aher -- Relevance: 9% -- Show all results within this thread
I would liek to know why this error is coming and solution for resolving this issue. Looking foward for your urgent help. regards, Sachin ...
19. Re: File Location When Using Open Dataset
Posted on: May 15, 2007 11:49 AM, by user: Chandrasekhar Jagarlamudi -- Relevance: 9% -- Show all results within this thread
OPEN DATASET is used to open files in application server use GUI_UPLOAD FM and store the data in internal table ...
20. Re: Text should appear both in chinese and english language in smartform-Urgen
Posted on: Apr 13, 2007 11:13 AM, by user: Anji Reddy Vangala -- Relevance: 9% -- Show all results within this thread
Output Options". In addition, every text node can have a SmartStyle attached (which will override the definitions from ...
21. reg: open sql
Posted on: May 9, 2007 5:13 PM, by user: selva c -- Relevance: 9% -- Show all results within this thread
hai friends.. in open sql.. what is the purpose of open cursor, fetch, close cursor, commit work, rollback work ? ...
22. Re: Hi experts, how to use open sql to read data from one " maintenance view"?
Posted on: Jun 14, 2007 6:31 AM, by user: Anji Reddy Vangala -- Relevance: 9% -- Show all results within this thread
therefore, lead to a reduced selection set. In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken ...
23. GRANT statements in EXEC SQL/ENDEXEC
Posted on: Apr 23, 2007 3:07 AM, by user: Reenal Chandra -- Relevance: 9% -- Show all results within this thread
Hello, All!! Can someone please advise if this is possible in ABAP? Sample code is: exec sql. GRANT SELECT ON :tabname TO 'DB_ROLE' endexec. ...
24. Dynamic Open SQL Question
Posted on: Apr 4, 2007 12:26 PM, by user: James Xie -- Relevance: 8% -- Show all results within this thread
Hi Experts, I'm working on a programme in which, tablename, fieldname and the where conditions are all specified on-the-fly ...
25. Re: control break statements
Posted on: Jun 5, 2007 6:16 AM, by user: Priyanka Neelam -- Relevance: 8% -- Show all results within this thread
processing terminates with a runtime error. If an internal table is processed only in a restricted form (using the additions FROM , TO and/or WHERE with the LOOP statement), you should not use the control structures ...
26. Parameters in Open SQL
Posted on: May 22, 2007 6:27 PM, by user: Óscar Alconchel -- Relevance: 8% -- Show all results within this thread
Hi, I have defined a parameter: PARAMETERS: p_param1 LIKE table-cod_param1 I need to use this parameter in a ...
27. Re: Open Sql! Update & Modify!
Posted on: Jun 7, 2007 9:08 AM, by user: Sreekanth Gogesetti -- Relevance: 8% -- Show all results within this thread
Normally, records are inserted or updated only in the current client. Data can only be inserted or updated using a view, if the view refers to a single table and was created in the ABAP Dictionary with the maintenance ...
28. what r problems came related ABAP/4 work, when upgration from lower version
Posted on: Mar 22, 2007 3:19 PM, by user: jayasunderreddy banda -- Relevance: 8% -- Show all results within this thread
Hi Experts, can i know information about upgration. what are problems came in ABAP/4 realated development,when upgration ...
29. Dynamic Open SQL Under 46C
Posted on: Apr 25, 2007 4:58 AM, by user: James Xie -- Relevance: 8% -- Show all results within this thread
Hello Experts, I'm now working on a dynamic open sql generator under version: 46C. The code which is proved correct under 610 turns ...
30. Join conditions
Posted on: Jun 15, 2007 3:34 PM, by user: vysyaraju satish raju -- Relevance: 8% -- Show all results within this thread
Hi , i have a small questions. will join conditions in sql queries affect perfomance? how? give with an example ...
Pages: 9 1 2 3 4 5 6 7 8 9
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |