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

Resolved! SmartForm character formats that reside in transparent table

Hi,In table QCVMT we have data that looks like this:H<SB>2</>O boil at 100<SP>0</>When printing this info using SAP script it looks like this:This is done using character format which is part of the form definition:I have new development and I want t...

SAP TABLE TO XML

Hi Gurus,I am converting a tabletype into xml simple structure and i am following this tutorial Generate Simple Transformation for XML in ABAP - Part II | &amp;#169; Passionate about SAP - A Blog.I followed the tutorial and it works fine but I want t...

Resolved! Check a parameter in a ranges table

HI,Can anyone tell me what is wrong with the following code.IF NOT P_KUNNR IS INITIAL.* **       IF P_KUNNR NOT BETWEEN R_KUNNR-LOW AND R_KUNNR-HIGH.         IF P_KUNNR NOT IN R_KUNNR.           R_KUNNR_LINE-SIGN = 'I'.           R_KUNNR_LINE-OPTION ...

arkantos by Explorer
  • 1797 VIEWS
  • 4 REPLIES
  • 0 Likes

Multi-Tier ALV Grid

Hi gurus,I have created an ABAP report which utilizes FM REUSE_ALV_GRID_DISPLAY to show the main grid of data.  I am hoping to show more itemized data in a separate ALV grid with different columns and whatnot when a user double-clicks a line on the o...

Resolved! issue with conversion exit

Hello Folks,I am facing trouble in statndard conversion exit  CONVERSION_EXIT_PROJN_INPUT it is showing me  error In one section there is no number. "O-0000-XX-X-XXXX-XXXX-X"Message no. CJ608DiagnosisYou have maintained characters in the key for the ...

The customer has requested complete delivery error when doing PGI with WS_DELIVERY_UPDATE_2

Hello All,I have to update delivery quantity as 0 using PGI and reject the sales order for that i am using WS_DELIVERY_UPDATE_2 and then BAPI_SALESORDER_CHANGE.But I am getting error 'The customer has requested complete delivery ' when I am executing...

CA61 data item wise

Hi All,           I want to display CA61 same data but on material selection. CA61 is displaying data based on routing group which bring all material present in that routing group. User wants a report which displays change documents routing for a par...

Resolved! logic to fetch data from LFA1

SELECT banfn werks flief badat          FROM eban          INTO TABLE it_eban          WHERE badat IN s_badat.    IF NOT it_eban IS INITIAL.     SELECT bwkey bukrs FROM t001k            INTO TABLE it_t001k            FOR ALL ENTRIES IN it_eban      ...

Labels in this area