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

Use of Regular Expression

Hi Friends,I am quite new to ABAP.I am Using Read report prog into itab. Here Itab is of type Table of String.From this i want to extract only the fields of Where Clause, of each  Select Query used in Prog. Can you Please Help me, regarding how to Us...

COALESCE in select statement

Hi,SELECT EBELN, INFNR,        MATKL, COALESCE( s~INFNR, s~MATKL ) AS ABCD FROM EKPO AS s UP TO 20 ROWS INTO TABLE @DATA(lt_result).I am using the previous code to test.But if  s~INFNR is null and s~MATKL consists value, then also blank is displaying...

EXIM add on for EHP 7 - Process management configuration path missing

Dear Experts,We have installed EXIM addon for EHP7.I have gone through the note 1758064 - Logistics Add-on for import export 6.06, India Localization and configuration documents provided in the note.We are encountering a strange problem Path of Proce...

Resolved! BBP_PD_CTR_CREATE AND BBP_PD_CTR_SAVE NOT SAVING CTR

Hello all,               I'm working in SRM 7.1 and having troubles to create a contract in status saved. I'm using the two BAPIS mentioned iat the title and BAPI TRANSACTION COMMIT but I'm just getting status 'in treatment'.                I've been...

COALESCE

Hi,SELECT EBELN, INFNR,        MATKL, COALESCE( s~INFNR, s~MATKL ) AS ABCD FROM EKPO AS s UP TO 20 ROWS INTO TABLE @DATA(lt_result).I am Using the previous code to test.But if s~INFNR is null and s~MATKL consists value, then also blank is displaying...

Resolved! Reuse ALV Grid Display

Hi there,I would like to have the optimized colwidth within standard alv call function reuse alv grid display,what do I need to declare for IS_Layout = gs_layout =??I dont want to use methods.I already got thisDATA: gt_fieldcat TYPE slis_t_fieldcat_a...

Resolved! BTE 1040

Hi,I am trying to work on BTE 1040, my requirement is to mail the customers all the dunning letters.I have coded in the FM for bte 1040. The configurations are also set for smartforms.It still gives me error saying "form_name" is inactive in EN langu...

Link between tables

i have to replace posting number with belnr of bseg table in the out putSELECT posting_number posting_date  position_text SUM( p_net_amount ) AS p_net_amount INTO   CORRESPONDING FIELDS OF TABLE  t_rcpt   FROM tcj_positions   WHERE   kdauf IN s_vbeln...

Resolved! ALV double click

Hi all,I'm a new abaper,I have an ALV grid, and I need to implement the double click event, for perform "file_pdf" form.This is the code, but doesn't work.Can someone help me?Thank you very much.Paola--------------------------------------------------...

Pcu318 by Explorer
  • 506 VIEWS
  • 3 REPLIES
  • 0 KUDOS

RMMRP000 (Tcode MDBT) :Manufacturer/Part Number item-> texts is concatenated without Semicolon

Hi All,  Users are running program RMMRP000 ( Transaction Code MDBT) in background mode to create Purchase requisition.The issue is if there are multiple Manufacturer/Part Number in TEXTS tab of ITEM, it is coming as continuous line.The requirement i...

Purchase Order(PO) bapi_po_change not updating condition value - kwert field

Hi Everyone,I am a ABEP er.I used BAPI_PO_CHANGE to update the condition value(KBETR-Amount col in pricing)  in purchase order is working fine, But Now I need to update the KWERT(Condition Value col in pricing) field in the purchase order but I didn'...

Resolved! Get Cursor

Hello Experts,Im trying to generate a secondary list using get cursor i/p range of mat no. when the user double clicks on mat no. it should display the selected material no. in sec list but im getting only the last mat no. details. I have tried hide ...

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.