abap 新增索引需要指定mandt ABAP程序基本上都需要从数据库里面抓数,所以性能很重要,同时有一些基本的,和优秀的写法是我们必须要掌握的,不然就会造成程序性能很差。下面给予总结(这里包括有很基本的,也包括有比较少用到的),顺便推荐一个好的SAP标准文档 ABAP_PERFORMANCE_DOS_AND_DONTS : 一、基本的几条需要避免的...
2,395 SAP Managed Tags: ABAP Development Hi Im creating a view on top of 5-Base Tables. Im a SAP-BW Consultant. during creating the view , can i select the MANDT(client) from each table or not . Is this field is required in view or not . pls let me know kumarReply...
How mandatory is it to have MANDT as name of client field in custom table? Former Member 2008 Aug 11 7:52 AM 0 Kudos 2,897 SAP Managed Tags: ABAP Development Hi Expers, This looks silly question but i have no option but to ask you. I have a Ztable with first fi...
Disappear 'MANDT' field space in search help exit 'RECORD_TAB' Go to solution former_member359347 Discoverer 2017 Aug 24 6:27 AM 0 Kudos 1,144 SAP Managed Tags: ABAP Development I created search help 'ZMATNR'.Basic secection process is database veiw 'ZMVMM0010'.I added ...
ABAP Development I'm looking at a legacy program written by someone else, which uses both OpenSQL to connect to the SAP database and native SQL to connect to an external database. In this context, can anyone think of a reason why the CLIENT SPECIFIED addition may have been used in selec...
SAP Managed Tags: ABAP Development Hi, I am creating an IDOC as a file. The file has my client in the control record and because of this, the target system at the other end of a middleware, cannot accept the IDOC. The middleware reports, "Client 200 unknown" and is not able to ...
SAP Managed Tags: ABAP Development Hi I am using SY-MANDT to find the system number in order to do certain things in DEV and QAS and PRD. The way we have our systems, DEV and QAS, I have not yet find out about PRD, have the same system number 100. The only thing different...