Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Recent Activity

Task 4 - Implement Criticality feature and create an Object page

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...

Criticality.png

Task 1 - Create CDS View Entity ( August Developer Challenge )

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...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83466 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! insert a '#' before every character.

hi all,i want to insert # symbol before every character in my string. but only if the character is not a * .eg:    input =  hello           should give me        output = #h#e#l#l#o          input = *.hello        should give me          output = *#....

Resolved! SAP QUERY

HI ,I have created a  SAP query in sq02 and created  2 extra fields. first extra field Materialnumber (coding as below )Move PRPS-USR01 to MaterialNumber .and second field I have  below coding CLEAR :EXTERNALMATERIALGROUP. SELECT single EXTWG into EX...

Resolved! Issue with DMS BAPI

Hi Experts,I am an ABAPer & new to DMS.While trying to create a document via BAPI_DOCUMENT_CREATE2 in DMS (Along with an attachment), BAPI returns me the Number of the Document created. However, the document does not exist when I try to see it via t-...

Update Customer Data

hi all,I have to change 'STREET' field on ALV with using BAPI function. (BAPI_CUSTOMER_CHANGEFROMDATA1)How can I use BAPI_CUSTOMER_CHANGEFROMDATA1 to update  KNA1-(a field) ?i am trying a lot way but I can't be successful so i need a BAPI_CUSTOMER_CH...

how to upload exel file

Dear experts,        I want to upload exel file and .csv into sap. For this i use the function module 'GUI_UPLOAD' and ' TEXT_CONVERT_XLS_TO_SAP'. In my abap they are working fine . When i add to portal it goes dump 'JAVA BEANS NOT SUPPORTED'. How to...

Resolved! Page Break In ALV

Hi experts,                i want to display alv grid with page break,i use the fallowing code but its not working.Please give any suggestionsclear wa_sort.   wa_sort-spos = '02' .   wa_sort-fieldname = 'FIPOS'.   wa_sort-tabname = 'GT_FINAL'.   wa_s...

Resolved! layout in grid->set_table_for_first_display not working

Hi Experts,I am using the below code to select a layout-variant from selection screenPARAMETERS: p_layout TYPE slis_vari.DATA: g_alv_table TYPE REF TO cl_salv_table.AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_layout.  PERFORM select_layout.FORM select...

Screen Exit for IW21

Hi Experts,I am trying to add custom fields in CIC0 (Service Notification) and I follwed the following steps.1.Add the enhancement assignment QQMA0001 in the project.2..Go to Components and double click on the screen 0100.3.Before creating the custom...

SQL stmt Performance

Hi all,I have a SQL statement with Inner join on 3 tables, (WB2_V_MKPF_MSEG2, MARA, MAKT ) . When I run my SQL statement on my PRODUCTION system, it has to fetch 80-100 Records, But its giving Time-out Error. But when i'm executing the same SQL state...

Internal table records - Horizontal display

Hi There,I have a situation here, where I need to display my internal table records horizontally in one Form.Example: Suppose my it_tab has Text-1                                                 Text-2                                                 ...

need to add a column in the final output of the standard SAP report RQMELL20

Dear friends,                      i have a requirement wherein i have to modify the standard SAP report RQMELL20 to add a column between RESPONSIBLE PERSON and TASK TEXT columns. but my questions are1)is it possible to modify a standard SAP report R...

Labels in this area