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

How to avoid ORA-01555 errors?

Dear All,I have a piece of code for deleting data from a table based on a range specified. Unfortunately, even though I have limited the package size of the cursor and have a COMMIT WORK within the loop, the undo tablespace just gets filled up and te...

suman_pr by Product and Topic Expert
  • 931 VIEWS
  • 5 REPLIES
  • 0 Likes

Friends

I tried to upload BP data through LSMW. In foreground it works fine, but in back ground i amgetting error " Control Framework: Fatal error - GUI cannot be reached".Can somebody help on this issue.Regards,Venkatesh MModerator message: please do some r...

Resolved! NWBC 3.5

Hi Guys,is there any way to put NWBC 3.5 into a GUI 7.20 installation server?We were able to put NWBC 3.0 into it using the EXE files delivered together with the GUI setup CD.But it is not possible to put the NWBC 3.5-EXE into the installation server...

Resolved! Module pool - Index problem!

Hi All,I have created a table control in modulepool. it has 3 columns like matnr, maktx and long text(shown as button) columns. The user will click on longtext button and enter the text for each material.The problem is that when I have multiple entri...

Table autorization

We have created a customized table and want to restrict to view or browse the table from T-Code SE11 ,SE16, SE16N & SM30 to other user who has authorization of all above T-Code. only specific user can view this customize table from SE11 ,SE16, SE16N ...

slis_sortinfo_alv

Hi,I have created a alv report which looks like this.1     Dev1     Dev2     Dev3     DevI have used the sort function to merge the fields using sort-spos = 1. sort-fieldname = 'ID'. "sort-tabname = 'IT'. "sort-group = '* '. append sort to it_sort. c...

BDC KO01 fail

I write a FM 'Z_CREATE_INTPRJ‘ using BDC to create internal prject order, as tcode KO01.In DEV all is fine. In PRD this FM ends with a success message that,No batch input data for screen SAPLSPO4 0300But when I use se37 to run this FM in PRD, the pro...

Resolved! ALV Report to update Custom Table with New Records using Core ABAP

Hi All,I have developed an ALV Report with editable fields in such a way that, when a particular field is edited in the ALV output and save button is pressed, the newly entered values will be updated in the corresponding custom table from which the a...

about sales order

I am having two fields;1.date of canc.doc of type veda-vbedkue2.billing plan of type fpla-tndatmy job is :the above mentioned two field are in two different tabs in my sales orderI need to select date from the calender in date of canc.doc field, the ...

Emailed Smartform Not Producing a Spool ID in Production system

Hi ,In quality system I am able to get the spoolid while calling a smartform function module and email gets generated with attached PDF FORM perfectly.CALL FUNCTION lv_fnam           EXPORTING             control_parameters   = ls_ctrlop             ...

help on pdf document creation

I  am  doing  coding  as  below  for  reading  PO  whenever  it  changes  and  sending  to  the  requestor  through  mail  as  PDF,FORM entry_neu USING ent_retco ent_screen.  TYPES:       BEGIN OF meein_xaend.          INCLUDE STRUCTURE cdshw.  TYPES...

GUI_UPLOAD issues

Hello,I am trying to download a big chunk of file into an internal table which has a size of 60000 rows using 'GUI_UPLOAD'. When I check number of rows or internal table size after executing the FM in debug mode, the internal table have only 6699 row...

Resolved! Progressive matching Regex vs. ordinary Find/Replace

Hi, I have written two implementations for the task of replacing HTML entities like 'ä' that occur in a string by their character equivalent. The first uses an instance of CL_ABAP_MATCHER to look progressively for occurrences of the regex '&\w+;...

Resolved! LOOP AT vs INNER JOIN

Hello everyone.I have been searching for hours in google about this question, but I have not found anything strictly related to this issue.The programmers in my company uses "LOOP AT table_a" to match records in "Table_b", is better to use INNER JOIN...

FM created from SHDB

HI AIl,I have just created a new recording which runs well if I process it (F8) in SHDB transaction but at the same time Function Module created from this recording (Shift+F7 in SHDB) creates a short dump during testing in SE37 saying "FORM "BDC_DYNP...

Labels in this area