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

Resolved! Lock SPRPS INFOTYPE 0377

Hi,I have been trying to change de 'sprps' field of the infotype '0377' using this code. I want to lock that field. This is my code.CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'           EXPORTING             number = lv_pernr *            IMPORTING *      ...

mdiez by Participant
  • 526 VIEWS
  • 3 REPLIES
  • 0 KUDOS

Resolved! How to find a message class when Where-Used-List (from se91) is not giving any clue

Hi Guys,I have a message class and a message number. My problem is to navigate to the class where the message is used.Starting from se91 , selecting the message and then Where-Used-List. From here there is class found. All areas have been selected."M...

Resolved! Select statement ORDER BY Clause

Dears,i have a problem about sorting.For example:       SELECT * UP TO 1 ROWS       FROM ztable       INTO CORRESPONDING FIELDS OF TABLE it_table      WHERE zsifseq LE 2             ORDER BY zsifseq  DESCENDING  zssequ4 DESCENDING.Before:(in the tabl...

Line break issue when converting spool to text file and attaching it to email

Hi All ,1.I am getting the spool output using function moduleCALL FUNCTION 'RSPO_RETURN_SPOOLJOB'     EXPORTING       rqident              = spool       desired_type         = 'RAW'     TABLES       buffer               = buffer_itab     EXCEPTIONS  ...

Resolved! Select distinct issue

Hi gurus.Forgive me for such silly question but I don't have too much experience in ABAP.I search for an answer for this question but being honest, I have no idea of an effective way to search for this.Well, the problem is:I build a dynamic SQL state...

Resolved! Shading Individual Cell(s) or Line(s) in a Table or Template of a Smartform

Hello everybody.I want to shading only my header table. I found this tuttorial Shading Individual Cell(s) or Line(s) in a Table or Template of a Smartform but not working for me, I don´t know my mistake. When I do this, my table is painted only the b...

Jimmy21 by Participant
  • 2409 VIEWS
  • 3 REPLIES
  • 0 KUDOS

DB hints select query

HI SAP GURUs,I have a DB HINT select query & I have to change this into OPEN SQL.But first am not understanding below DB hint query itself. SO request you to please guide me on below.SELECT FIELD1               FIELD2               FIELD3            ...

Resolved! Parameter ID for SO10

Hello,My requirement is to call SO10 on click of a text.I had thought of two ways to do it.1st: SET PARAMETER ID 'TXT' FIELD rs_selfield-value.        By CALL TRANSATION 'SO10' AND SKIP FIRST SCREEN. 2nd : By calling SO10 using BDC.Now for the first ...

Resolved! Get object_appl_key

Hi GurusI created a ztable to hold some BPdata from different tables (BUT000, ADRC, etc ). In the zTable I have a field "BPOLD" which will hold OBJECT_APPL_KEY data from the COMM_CLEAR_TARG table.My requirement is to store all BP (object_appl_key) wh...

Resolved! Restricting manual entry for Ship-to Party in sales documents on certain occasions only

Hi folks,This is about partner change restrictions in a sales document.In our project we have an external interface outside SAP for Production Planning which is integrated to SAP. We are sending some characteristics (LO-VC characteristics) of sales o...

sez41 by Active Contributor
  • 3772 VIEWS
  • 11 REPLIES
  • 0 KUDOS

Resolved! Object class for custom table to use in CDHDR and CDPOS tables.

Hi All,I am trying to find the changed data in custom tables through CDHDR and CDPOS tables, But i am unable to find the object class for that custom table.Could you please advise me on  how to get object class for custom table.Thanks in advance.Rega...

Resolved! Abap cl_gui_chart

Hello,Need help about cl_gui_chart.I have build an abap program to generate bar chart using  cl_gui_chart_engine. When i execute may chart program, it doesn't show data label. How can i set "show label" in default series to be true trough abap progra...

Resolved! Updating Standard Table Data VBRK-ZUONR Assignment Field

Hi Developers,I am using Data which is filled from non-sap into ZPI_ARINV_HD01 & ZPI_ARINV_ITEM.andI am populating Billing document using BAPI -  BAPI_BILLINGDOC_CREATEMULTIPLEAfter That I am modifying the VBRK with Commit Work as below code.CALL FUN...

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.