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
  • 83359 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! changing the output table of the function tr_read_and_display_log

Hi,I need to get the values ​​of an internal table that stores the error logs of syntax checking. Eg. in the transaction SE11, run the check for a table, and generates a screen with warnings. Through the debugger I found the table that stores this da...

Resolved! Hiding Tabs in VA02

Hi Experts,I want to display only "Additional Data B' tab in VA02 for some particular userids and rest tabs should be inactive or disable.I am not able to find the correct path from where I can inactive all the screen tabs rather  than "Additional da...

Auotmatic GR after PO

Hi Frends,   I have a requirement where i need to create Goods receipt  with reference to the PO.I have written the code (using  BAPI_GOODSMVT_CREATE)  in the BADI ME_PROCESS_PO_CUST (METHOD CLOSE). But the GR is not getting created, as it is taking ...

Resolved! ALV filters not working

Hi ! I have an ALV report with standards filters.Filtering the values of one of the columns never work but gives me an empty set.The values in this column are     Complété          Remplacé     Refusé     AutreThey have UTF8 letters and they are not ...

Creation of Production order from Planned Order.BAPI_PRODORD_CREATE_FROM_PLORD

Hi all,I got a Requirement of Creating Production Order with Planned Order Number.I am using the BAPI_PRODORD_CREATE_FROM_PLORD .In this when i am passing the Planned order number it is returning an ERROR Message "No Routing Selected", But i checked ...

Form interface- Smartform

Hi Experts,                    I want creat a smart form for printing invoice but i got confusion  due to the form interface and Global definitions.. what i have to do with those fields?.. Here I post that question, pls give me the way to complete th...

Resolved! hotspot not getting triggered (REUSE_ALV_GRID_DISPLAY)

here is my code:CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'      EXPORTING *       I_CALLBACK_PROGRAM     = GD_REPID        I_CALLBACK_TOP_OF_PAGE = 'TOP-OF-PAGE'       IS_LAYOUT              = LAYOUT        IT_FIELDCAT            = FIELDCAT       IT_SORT...

Resolved! how to convert slis into lvc type fieldcatalog

Hi all,i have this code:DATA:      ls_fcat                TYPE               lvc_s_fcat,               lt_fcat                 TYPE               lvc_t_fcat,               lt_complete_fcat  TYPE               slis_t_fieldcat_alv,               ls_com...

Resolved! Directory Browse without direct input from user

Hi, I'm using the following code:AT SELECTION-SCREEN OUTPUT.   LOOP AT SCREEN.     IF screen-name = 'PATH'.       screen-input = '0'.       MODIFY SCREEN.     ENDIF.   ENDLOOP. AT SELECTION-SCREEN ON VALUE-REQUEST FOR path.    LOOP AT SCREEN.     IF...

Submit Program

I am using SUBMIT as below in a Z report: SUBMIT RFIDYYWT USING SELECTION-SET VARIANT WITH SELECTION-TABLE gt_rspar_tab WITH P_BELNR IN r_belnr and RETURN.This outputs the report. I however want to modify the internal table before the output.Any opti...

Labels in this area