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
  • 61012 VIEWS
  • 212 REPLIES
  • 39 KUDOS

We are using FM ‘HR_INFOTYPE_OPERATION’ to update infotype data, but few infotypes are not getting updated, but FM 'HR_CONTROL_INFTY_OPERATION' is working for these info types but we still wanted to use ‘HR_INFOTYPE_OPERATION’ only, suggestions pls ..

We are using FM ‘HR_INFOTYPE_OPERATION’ to update standard infotype data, but few infotypes are not getting updated through this function module. Few days back all infotypes were getting updated successfully but all of a sudden we are facing this iss...

Resolved! print dialog not supressed while printing smart form ...?

Hi all,I am facing problem in supressing print dialog while printing the form.i am using... all control parameters..     IF DISPLAY = 'X'.                                     "FOR DISPLAYING ON SCREEN    CONTROL-NO_DIALOG = 'X'.    CONTROL-PREVIEW   ...

ABAP Run time error (GETWA_NOT_Assigned_RANGE) while running print job in F110

Hi Experts,I am getting ABAP Run time error (GETWA_NOT_Assigned_RANGE) while running print job in APP (F110).  System is not generating emails for ACH payment advice but its creating ACH file, creating payment documents and creating IDOC’s also. If I...

Field Symbol Append

I have two dynamically dereferenced field symbol tables (comes from 2 different function modules). I need to append these two into a single field symbol table. Please let me  know how to do it?Data: <Fs1> type standard table, <fs3> type standard tabl...

to change variable defaulted values dynamically using field symbol

Hi Team,Suppose in my program, I have declared two variables and defaulted values there itself.data:var_a  type c value 'X',       var_b  type i value '102.**********************************************************************************************...

Resolved! control after MESSAGE E

Hi,need to use function MD_PEGGING_NODIALOG in my program.Unfortunately this function calls form REQUIREMENTS_4_RECEIPT in line 109.I was really suprised, when i saw that REQUIREMENTS_4_RECEIPT uses an error dialog withMESSAGE E527(61) RAISING ORDER_...

Resolved! Optimise Join Condition

HI All, I have written a Select Query for a BW Datasource. The query seems to work fine when the data is less e.g. in Dev system, but when we move to QA it times out because of the Volume of data. The join is on 5 different tables. Any pointers to op...

manukapur by Active Participant
  • 460 VIEWS
  • 4 REPLIES
  • 0 KUDOS

DB index not used even when forced with %_HINTS ORACLE

Hello,I have a program with several SELECT statements which I would like to use the indexes I have created. For example:SELECT SINGLE zzcategory zzorder                                        FROM zdm_costl                                            ...

Ztable updation

Hi all,        I have created a ztable releted to sale order details.There is some problem in updating the table.whenever a record is added or modified, the update gets failed untill the next change is done...Eg..1st change which i made is updated on...

Selection screen F4 help

Hi Colleagues,     I have met one question which I do not know how to solve:     In selection screen ,there are two fields, and two fields have dependency relationship. When fill value in the first field, then press F4 of the second field, value shou...

List all interfaces

Hi,I'm pretty new to SAP and am asked to provide a list of all interfaces connected directly to SAP (ie. barcode scanners, printers, objective, ...).  Is there a way to get an overview of all external systems that provide data for/get data from SAP, ...

How to convert ABAP_LIST output of (Submit <Program> exporting list to memory and return) into internal table.

Hi All,Here i am calling program rfitemar (Customer line item display) using SUBMIT statement and am exporting report output to memory.you can see below code.submit rfitemar with dd_kunnr-low = s_kunnr                with dd_bukrs-low = s_bukrs      ...

Labels in this area
Welcome to SAP Community!

These materials will help you participate and connect with other members.

  • FAQs

    Find answers to basic questions about using SAP Community.

  • Resources

    Learn about community rules, take our tutorial, and get support.

  • Q&A

    Familiarize yourself with questions and answers.

  • Blogging

    Share your knowledge by contributing to the community.

  • Welcome Corner

    Introduce yourself and get to know other members.