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

Resolved! FM RH_INSERT_INFTY lock by CL_HR_ALEOX_BADI in production system

Hi Gurus, I am using FM RH_INSERT_INFTY in a Z.. Report in order to massive charge the organizational structure. But it's taking so long, and when I see in SM50 is performing in report "CL_HR_ALEOX_BADI==============CP" in production system. Does any...

Resolved! Arithmatic(add, sub, mult) operations using radiobutton Selection

Hi,I want to create simple arithmatic operation program, in that I want to use radiobutton for selection of type of arithmatic( addition or subtraction etc) and display output. This output is concerned about the selection of radioutton. please anyone...

COR1 Batch Number

Hi all experts,i want to do the enhancement in cor1 by passing batch number from the general data screenTo the material screen.I am using user exit PPCO0007 to do the enhancement; however, i can't find the fields or table that store this value or pas...

Resolved! sort table and binary search

If I just need to READ TABLE once for searching in an internal table.Do I need to sort it first and then do binary search. Someone told me that sort a table also takes time so that it is equal to READ TABLE directly if you just need to search once.

Resolved! gui_run does not work

Hi,I'm using gui_run function alternatively to gui_exec and CL_GUI_FRONTEND_SERVICES=>EXECUTE and testing with this easy sentence:CALL FUNCTION ’GUI_RUN’EXPORTINGCOMMAND          = ’CALC.EXE’.But this sentence returns the following error: "gui_run fi...

Resolved! Downloading pipe delimited text file from AL11 to an internal table with number of columns varying

Hi All,Actually I had a scenario where i need to download the pipe delimited text file from AL11 with number of columns varying into an internal table and after that i need to process those entries for some other purpose.Now what i am doing is ....As...

jay_kumar8 by Active Participant
  • 2467 VIEWS
  • 6 REPLIES
  • 0 Likes

Resolved! Column width for cl_gui_splitter_container not working

Hello friends,I'm trying to set the column width in a splitter, but the width is not being changed. Can anyone help me ? Here is a draft of my codeAt the PBO of the screen form I have the following: data:            gobj_split                       T...

Resolved! EPC

Hi All,Can anyone suggest me how to resolve the below issue when I am doing EPC check.Issue: Insert a constant for the numerical literal 30.Thanks in advance.Regards,Chakradhar.

Resolved! Trouble in BAPI (for basic pay)

Hi ,      I have been trying to pass data by execute this bapi "BAPI_BASICPAY_CREATE"As follows:-call function 'BAPI_BASICPAY_CREATE'   exporting     EMPLOYEENUMBER             = '3'     SUBTYPE                    = '0   '     VALIDITYBEGIN          ...

Resolved! bapi_material_savedata DESTINATION xxx -> How to dequeue tables for RFC-user?

Hi there,I face the following issue and I can't get it fixed... Anybody got any ideas?We have a Z-program that a.o. calls FM  BAPI_MATERIAL_SAVEDATA to update/create a Material.  Since not all users of this Z-program do have the authorizations for MM...

Resolved! ALV Grid Display in Loop.

Hello experts,I need your help to resolve the issue.I have made a report: On selection screen, Release group and release strategy is taken in select options: SELECT-OPTIONS : S_FRGGR FOR T16FS-FRGGR,                               S_FRGSX FOR T16FS-FR...

Labels in this area