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

Resolved! BAPI_EXCHANGERATE_CREATE giving dump while passing large exchange rate

Hi ABAP Guru,I am facing a problem while using 'BAPI_EXCHANGERATE_CREATE and passing 14071.000000  field length is greater than the EXCH_RATE field length in BAPI structure.Giving  Overflow dumpBut I have to pass this data.Please help,,,,,Suggest an...

COMMIT WORK in BADI

Hi there,I have been working on one issues, which is - In the BADI, we have one check, if that check fails then create a log in the table and raise an error message to stop the transaction. IF Variable NE <Value>.     CALL FM <fm1> which have UPDATES...

Resolved! From the MATCHCODE OBJECT Values not able to select.

Hi.I have one requirement.In selection screen i used matchcode object for getting work centers list Like below.SELECT-OPTIONS: S_PLANT FOR MARC-WERKS OBLIGATORY,                 S_WCENT FOR CRHD-ARBPL MATCHCODE OBJECT ASH_CRAM_WD_NEW,                ...

Resolved! Using of field symbol

Hi guru, i have a problem.I have to call a method which uses a parameter type data.    FIELD-SYMBOLS <fs_data> TYPE data.    CALL METHOD me->get_entity_data      EXPORTING        io_access = io_access      CHANGING        cs_data   = <fs_data>.  <---...

Pier_1973 by Participant
  • 3158 VIEWS
  • 20 REPLIES
  • 0 Likes

Invoice smartform

Hello Everyone .The total amount value that gets printed on the smartform is GS_HD_KOMK-FKWRT. This is related to invoice smartform.This value has decimal values . <i want to round off this value and truncate the decimals . How do I do this in a smar...

Getting sy-subrc = 11 while executing FM 'RSDRI_INFOPROV_READ'.

Hello Gents,kindly help me. after executing FM 'RSDRI_INFOPROV_READ' getting sy-subrc = 11.below is the code. please suggest me where is the mistake.TYPES: BEGIN OF ty_cube_data,                 zioe_sku TYPE /BI0/9AOIMATNR,                 zioe_depo...

Resolved! select query is slowly

hellomy select query is very slowly, how to increse speed of it?select objnr UDATE        from jcds        into table         where  INACT = ' ' and  STAT = 'I0009' and objnr like srch_str  and             UDATE in budat         %_HINTS ORACLE 'INDEX...

using SAPLCHRG to create the new irradiated target batch with reference to the un-irradiated target batch

Hi experts,How can we create the NEW batch using SAPLCHRG - DFBATCH-MATNR                                                                                          DFBATCH-CHARGE                                                                         ...

Resolved! Need to one column in the report using uline and vline.

Hi, i would like to add one column in the t-code cm01, I hope they have not use any alv, they just using uline and vline write statements they are printing. DATA: PERUEB(10),       SEITE(5) TYPE C,       UEBER_PERIODE(10),       UEBER_BEDARF(12),    ...

Cursors Handling

hi all,     I came a requirement where i need to pass the records from a method ( 10 records at a time ) in the order .i.e., for first time he calles i send 10 records and secound time he calls i send another more 10 records and so on.so i thought of...

Resolved! Error on Profit Center - dynamic input help - wrong values in dropdown list coming up

Hi SAP Experts,I have an issue regarding search help / dynamic input help on Profit Center (PRCTR and also PPRCTR (it's using the same logic for search help, namely PRCT)) and would really appreciate any input from your side.When using the Standard d...

abap syntax difference

Hi all, I have a statement below - This is being asked in 1 of the interview. please clear my doubt.. both codes will bring same result... itab1, itab2 &itab3 declare with headerline. LOOP AT ltab1 WHERE  ABC  = ltab2-ABC                     AND XYZ ...

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.