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

Resolved! Spool status - Problem

Hi,We are faicng some batch program goes in probelm status.I have read in help.sap.com, the description of the problem status is " The spool request has been sent to a printer and has been processed by the SAP spool system."I can't understand the mea...

Resolved! Spool to pdf format

Hi...In my code i used the function module CONVERT_OTFSPOOLJOB_2_PDF for converting spool to pdf format.....but iam getting runtime error . this is my codeCALL FUNCTION 'CONVERT_OTFSPOOLJOB_2_PDF'      EXPORTING        SRC_SPOOLID                    ...

Resolved! Comparison failed because of type

Hi experts,LOOP AT tmdrm INTO wmdrm WHERE /bic/zsplit =         source_fields_rule-gl_account.           pf = wmdrm-/bic/zpcfrom.           pt = wmdrm-/bic/zfromto.           IF source_fields_rule-profit_ctr >= pf AND           source_fields_rule-pro...

Timeout parameters

We have a standanlone SAP Web Dispatcher in the DMZ where clients can call a service so this is a WAN issue for some external users.  We have been requested to increase two variables, "http/security_session_timeout" and "rdisp/plugin_auto_logout" to ...

Resolved! ENHANCEMENT-SECTION LMIGODS3 ES_SAPLMIGO

Hi experts.I need to change a line in a enhacement section, it's possible to do this ?Specifically, include LMIGODS3,ENHANCEMENT-SECTION EHP6040_LMIGODS3_01 SPOTS ES_SAPLMIGO .     SUBMIT riobjk00 VIA SELECTION-SCREEN                     WITH matnr  ...

SY-SUBRC is failing even though entry is exists in internal table

Hi ,        I am trying to execute below code but it is failing Read statement even thought record is available in internal table. SELECT vbeln         FROM likp         INTO TABLE it_likp         WHERE vbeln IN s_vbeln AND erdat EQ g_erdat.  IF sy-s...

Function Module Error

<removed bold formatting>Hi Gurus,   For my requirement i created one FM in existing Function Group and created TP as well for this FM,Laterly requirement change to create new Function grooup and create fucntion module in that.   What i did ,copied e...

Is SORT in ABAP stable?

For example, there are two fields(A and B) in an internal table T. And there are three lines(x, y and z) in T. Just like this:      A     B-----------------x     1     2y     2     3z     1     1Then I sort T by A. Will the result be this?      A    ...

Labels in this area