Automatic Test of SAP and Web-Subsystem?
Hi all, i am the administrator of a MES (Manufacturing Execution Software) which is connected to the a SAP System (PP Module). Short description of the Business Process:On the SAP side we use the SAP...
View ArticleDocument archiving and data archiving is that in abap scope???
Hi Experts, Kindly can you share your view regarding "Document archiving and data archiving".Is the configuration as to which document type and business object we should select and the related...
View ArticleHow to find out if screen element exists in ECATT?
Hello!Is there a way to find out if screen element exists during execution of ECATT script?Any getgui/sapgui variant results in "Cannot Find Screen Element ... in Replay Mode" error.
View ArticlePerson Responsible Table in Notifications Tasks
Dears, I need To get Person Responsible (Name for list displays - partner text) on Notification Task tab . which table i can get it i get responsible from QMSM but i can not get person name . Can...
View ArticleHow to know if an ABAP program is a custom program or an SAP standard program?
Dear Experts, How to know if an ABAP program is a custom program or an SAP standard program, or is currently still being supported by SAP? We have SAP standard programs customized by SAP for our...
View ArticleTable Updation Error
hi friends, I created One Ztransaction. this Tcode Every time Inserting the Records in Ztable.After the insert code Write sucess message , insert zgate_entry From wa_gate.IF SY-SUBRC = 0....
View ArticleUsing of pseudo comments/pragmas in ATC
Hi! we are using ATC checks for transport release and can say that the quality of coding definitely has improved with forcing developers to do checks on their codings. What whe however start to see is...
View ArticleABAP Test Cockpit - Exemption handling for generated objects
We are using the ATC and exemption handling from some months. I think it is a great tool to enhance code quality in general. But there are some disturbing parts left for the developers. For example...
View ArticleError in module RSQL of the database interface
HiI get this error "Error in module RSQL of the database interface." when the below ABAP statement executed, do you know the root cuase? Thanks. ABAP Code:This is first select SELECT QMNUM QMTXT QMDAT...
View ArticlePerformance issue with TSP01.
Good morning experts. I changed the logic of a program called (ZCX_FEBRABANT) wrote a logic: DATA:t_zcaixa_loja TYPE TABLE OF zcaixa_loja, w_zcaixa_loja TYPE zcaixa_loja. SELECT SINGLE *...
View ArticleProblem with eCATT
Hello Gurus, I'm doing mass user creation using eCATT. I have managed to do it on development system but there is a problem when I have to use RFC connection for test system. For that task I'm getting...
View ArticleABAP Programming Error ITAB_DUPLICATE_KEY SAPLEINS
Hi all, When i try to post an invoice in MIRO, i get a abap run time error, and it happens only for a particular PO and for other PO's the Credit memo is getting posted without any issue. Category...
View ArticleCopy counters
Hello, can annyone help me with the next problem.We are restructuring SAP in a part of the compagnie.The mayor difference is that we are deleting functional locations and replace them with...
View ArticleECATT and tree control
Hello! Is there a way to do a double-click on selected node of tree control with sapgui?I suppose there should be two steps.The first one is to use getgui to find out which node is selected and the...
View ArticleSAP Slowness After Upgrade to EHP 7
Hello People , This is Very Critical situation and need all ur help. we done upgrade to SAP EHP 7 . After installation of this and released to production. So now production people complaining that...
View ArticleCan we start perfoming testing while SPAU activity is in-progress?
Hi, I am exploring an opportunity during after Support Packs are installed system TEST team need to wait for DEV to complete SPAU before testing can being. However, when I review the SPAU list >...
View ArticleAbout VBO1 --Agreement
Hello, I got a problem about vbo1.When I create agreement, the system show error message 358. ===================================================If you want to carry out a cross-company settlement,...
View ArticleHow to share a variable across ABAP blocks in the eCATT
Hello, I have following eCATT script: ABAP. DATA: lt_tab1 TYPE STANDARD TABLE OF tab512. CALL METHOD class1=>method1 EXPORTING i_infoprov = V_OBJ_NAME IMPORTING e_t_data =...
View ArticleTABLE_INVALID_INDEX ,SAPMOIGS,O4PP PLANT CHANGE,DELIVERY NUMBER MISSING
When trying to change depot in o4pp from one depot to other depot (eg- from Axxx to Byyy ) it’s getting ABAP Runtime error,however the depot gets changed i.e There is disappearing of deliveries in...
View ArticleWhat is the need to run the program before Tcode?
Dear Abapers, Can you please help me in thread number----http://scn.sap.com/thread/3468286 Sorry if i breach the forum rules-like opening another thread in different forum...i dont know what the way...
View Article