
This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...
First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...
Hello Guys, I have a requirement where i need to add a button to ALV report which has multiple option i have attached the screenshot for same. In above screenshot i have highlighted the button which has 3 options List output, Grid and Excel. ...
Hello Everyone I want to get the License information information using API
Hi experts, I have to extend the PRPS table for a customer and create the screen enhancement. Previously a system change was made and it is now being developed in a new namespace. The enhancement I am supposed to make was copied from the legacy sys...
Dear Experts , We have added on custom field in KONP table and now need to add the same in VK11 / VK12 transaction so that the data can be saved over there. Can anyone give me an idea regarding doing the same ? Thanks a lot.
Hello. i have 2 tables & i want to make a new cds view like the picture below。. but i don't know how to do it. Is it possible? Tnaks!
Hi Experts, We have a problem on our system. This piece of code generates a ST22 abap runtime error: CATCH_ILLEGAL_STATE this is the code: DATA: tdname_range TYPE RANGE OF tdname, tdobject_range TYPE RANGE OF tdobname, ...
Hello! I would like to download the software described above from demo area. But I always get the error Your request for information is being reviewed. Once approved, you’ll receive an e-mail with additional instructions. So far I have not rece...
Hi, The internal tables contains huge data. While Debugging this code it working fine but while executing (pressing f8) its not running the program (I mean program is continuously loading). Please give me any advice. LOOP AT it_tab1 INTO wa_t...
Hi, When I park the document through custom program, I want to upload the documents also like PDF, Word.... not with GOS. So how to do this ? Thanks, BP
Hi, I have a select option for Plant(WERKS), I want to limit it to a single value if a certain radio button is ticked.
Hi, I want to restrict the Select Option to a single value if a Radio Button is ticked For example : The user will not be able to allow to enter multiple plants if the radio button is ticked, they can only enter a single plant if the radio butto...
/H HI Is their any bapi or fm to update anzsn field in afpo table, little urgent. Thanks nagaraj /H
Im trying to do delete row, when deleted header, line item will also be deleted in alv (splitter). When i tried to debug, there are no value being passed into mt_del_rows as captured in the image. Been stuck here for few days capture.png ...
I have not so much experience with cds views. I have to do ACL Authorization check on Dir's only possible with FM CVAUTH_CHECK_AUTHORITY. is it possible to integrate this FM in a simple CDS view. no analytical view. ACL Authorization check is not...
how to pass default table name into second screen in se16. WHEN 'tablename'.READ TABLE it_tab INTO wa_tab INDEX selfield-tabindex.SET PARAMETER ID 'DFD' FIELD wa_tab-tablename. CALL TRANSACTION 'SE16' AND SKIP FIRST SCREEN. when I double click...
Hi gurus. I have a select-option no-extension no intervals field on my selection screen, it comes from a table with values so I do have f4 help for the field but what I want is that when user starts to type he’ll get the completion help that comes ...
Am Preparing Dropdown values for a field in Table Control. First time it is showing proper values. When I Click On a Button, An RFC API will be called ,and after that the same Table control will be shown.But this time , am getting all the values from...
Hi gurus. I have a selection screen that it’s entries are updating my z db table. When an entry is created successfully a message type I is shown. After the entry is created, message is shown and user accepts it, I want the selection screen to be...
Hello Can someone help me with the syntax error in the attached code ? It gives error “No components exists with the name ‘FOR’ " TYPES: BEGIN OF ty_for_final, vbeln TYPE vbeln_va, vbtyp TYPE vbak-vbtyp, posnr TYPE vbap-p...
Hello Experts, I've searched now for a long time but still didnt find a solution. I've created an object of cl_gui_alv_grid, add a new function key to toolbar (mass). User can change data in grid line by line or can make use of the mass button as...
Hi Experts, Is it possible to send formatted text in the body in an appointment using the class CL_APPOINTMENT? In the front-end I use the rich Text Editor, where my text is formatted as html. but in outlook I get this: Any ideas how to...
Hi Experts , we have unique requirement where we have to access an internal table across the same program running in parallel sessions on different app servers. this internal table will have a sum of a field value from all sessions filled sequent...
Hi All, Iam trying to test a piece of code enabled with Auth-Check. Usually for testing we enable / disable the user to the role and do positive and negative test sceanrios . In earlier days situation we used to do Authority-check and then bas...
Hi gurus! I've a special Scenario! I need write a text plain file in a Windows directory. I'm using OPEN DATASE ... FOR OUTPUT, that becouse the proces is intreast a RFC calling(background). So. 1. Non GUI used. 2. Nonunicode system. 3. ...
I've searched for a transaction or SPRO path that would allow me to maintain table SCAPPTTYPE but haven't found one. Table SCAPPTTYPE contains Appointment Type settings for use in color categorizing or assigning an icon to calendar appointments. Any ...
Develop an interactive ALV report to display List of all database tables having transactional data.The report output should have these below data.Database table name Package (Development Class) Date of creationPlease give any solution.
Hi experts have a Smartform with a table in the main window. Here I print first column machine name, second column what to do with the machine (PM) => that could be more than one line. All fine, if a page break happens, on the next page all is prin...
I want to integrate my Salesforce B2C Commerce Platform with SAP Payments, is there any way to do it, is there any API documentation or Cartridge available for the integration? I'm not sure about this service at all could you confirm is it possible o...
Hello,I would want to use archivelink saving the data in SAP system database. I've created in OAC0 this content repository: Table ZSM_FILES_CONT is a copy of SDOKCONT1. I've created a custom object in swo1 and did the configuration in spro.....
hi, We need to find the Creation date and package of all database tables. We have the list of tables, but can not find a table or a way to get their Creation date and package list. Please let me know, how can I get these details.
Hi Team, Recently i got a new job and it is my first job so i am not having much experience in SAP ABAP. I have a daily work to find IDOC from BD87 with Status of 51 and having xyz partner system and having a creation date of yesterday and toda...
Hello Experts, Is there any BAPI log available if do not have coded for it. What I mean is do we get the historical data of all the parameters by which all BAPI's have been run in a system ? Regards.
Hello All, We have a strange dump DBIF_RSQL_INVALID_CURSOR coming up in of our Custom Query So can you suggest me how to resolve this issue.abap-error.png
Hi, I have created an instance on Cloud Platform.But whenever i tired to connect this instance through Eclipse using Service key i found the following error. Error:Enter the logon credentials of the SAP Cloud Platform Identity Authentication Ser...
I am trying to create a dimension in IDT 4.2 that would show me the current date minus 2 I tried using this RelativeDate(CurrentDate();-2) ,however when i use this dimension in a filter when i run the query in webi it doesn't work.Someone had s...
Hello All, Can someone help me on to understand SAT results, I am confused between 'Hits' , 'Gross[ms]' & 'Net[ms]'. For performance optimization which should we consider Net[ms] or Gross[ms], since both columns has different values? Regards...
Hello SAP Code Vulnerability Analyzer Product Managment and SAP Open Source Office, currently https://dotabap.org/ already lists 138 Projects on GitHub that are ABAP based with a total number of 800.2k Lines of Code. Wouldn't it be a great opportun...
I am supposed to read more than 10 parameters from i18n file, so i18n file maintained as param1 : {p1}, param2 : {p2}....... param10: {p10}, param 11: {p11}. file not recognizing from {p10}, where observed as two digit is not recognized. please h...
Hey there, i would like to make a Form "return" a Table of Tables, as in an unknown number of String Tables. I tried the following but get the error that i cannot use a generic type: TYPES: STRING_TABLE TYPE TABLE OF STRING. TYPES: NESTED_STRING_...
Hello guys, we want to use Service Charge Settlement in RE-FX. For consumption-dependent calculation we need measuring points which can be added in the rental objects etc. Now Measusing points come from Plaint Maintenance and can also be linked to ...
lr_order = lr_factory->create( lt_params )Inside the lr_order , I can see the guid which is created (in ref_data). How can I move it also to an variable. I did create as business object , and I want to read that object , Which method or class shou...
Hi, Is there a correct way to skip remaining background job if a condition is met? For example: I have a background job with 2 steps, the first step will check a condition, if it is met, it will not run the remaining steps. I found in note 54524...
Hi Everyone, I am stuck up in one issue where I need to Post Non-PO Invoices through BAPI 'BAPI_ACC_DOCUMENT_POST'. Issue is when we keep G/L Accounts with different Profit centers then standard error 'Balancing field "Profit Center" in line item 0...
Sorry, I am new to SAP system, and I really can't understand some basic logic about the SAP syatem even I study and search in the Internet almost two days. My question is: Why can I only use serveral Dictionary type in ABAP program? My SAP system v...
Hi , In the blog it describe following scenario: client -> AppRouter -> ServiceA ServiceA is bound to Xsuaa , so it has public key to verify the signature of the token from AppRouter. I understand this. My question is , if we have followi...
Dear Experts, I am using FM "L_TO_CREATE_MULTIPLE" to create TO in my custom FM, i have enabled all the exceptions and using below code to catch all the errors. MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno INTO lv_msg WITH sy-msgv1. return-t...
Hi, In my custom table having more than 900 Million records.Need to delete the records without performance issue. I have tried to read the records from based on date and time . And we have tried to delete but its going for memory dump.. DELETEF...
I am getting following error sapinst has finished with an error code, please find logs in /tmp/sapinst_instdir Error: sapinst has finished with an error code, please find logs in /tmp/sapinst_instdir Error code: 20
Buen días, Tengo una situación con activo fijos en construcción, lo cual debe ir liquidando mensualmente, al parecer les cargaron una partida a una cuenta que no corresponde a ese tipo de proyecto. lo ciento es que cuando intento liquidar la orden me...
Hi all, Is there any OO method that implements the BAPI_EXCHANGERATE_GETDETAIL FM? I would like to use that kind of functionality but, as it uses internal tables with headers (Occurs, in fact) this FM is not valid if you try to include it in a OO m...
These materials will help you participate and connect with other members.
Find answers to basic questions about using SAP Community.
Learn about community rules, take our tutorial, and get support.
Familiarize yourself with questions and answers.
Share your knowledge by contributing to the community.
Introduce yourself and get to know other members.
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |