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

Resolved! SPELL_AMOUNT error

Hi All,I have requirement to show amount in Arabic format for that i use spell amount and it is working fine. But while giving input 10500000 as input, the excepted output should be in full arabic format, instead of that the output is coming as عشرة ...

venuarun by Active Participant
  • 2663 VIEWS
  • 10 REPLIES
  • 0 Likes

Resolved! How to transport query ?

Hi experts,I'm working on a query.  Just add fields to output list  and trnasport it by TR.But it seems not work. Code in develop system like thisbut code in test system show like thisIt's same query code in different system.Any ideas about this ?Tha...

Resolved! P0002-RUFNM Field gets updated with P0002-VORNA Value if left blank while changing PA Data using Tcode PA30

P0002-RUFNM Field gets updated with P0002-VORNA Value if left blank while  changing PA Data using Tcode PA30.Please help  me in finding out why this happens. and is there any BADI or an Exit that gets called which populates this value in RUFNM.thanks...

Resolved! Can anyone help me to print from the document view TO the SPOOLER eg using ALINK_CONNECTIONS_DISPLAY

I am trying to write an abap that will allow users to select given archived documents and print them to the SP01 spooler, so they can print them out.I have managed to create an email and send it with the given documents but I am unable to print the r...

Resolved! DESCRIBE FIELD

Hello Guys, for the following code : I get 0 for LV_COMPONENTS ,         DATA : LV_TYPE TYPE C,                    LV_COMPONENTS TYPE I.       FIELD-SYMBOLS : <LFS_COMPONENTS> TYPE ANY.        REF_ROWTYPE ?= CL_ABAP_TYPEDESCR=>DESCRIBE_BY_NAME( IM_V...

Resolved! PM Module: Adding custom field in Standard POP UP Screen of IW22/IW23 Notification

Hi Experts,My requirement is to add a custom filed in Standard POP UP Screen of IW22/IW23 Notification.Kindly find the attachment pictures below for details. Let me know the steps to add the custom filed.1. IW22/IW23: Notification ----> Counter Measu...

Resolved! mb_migo_badi : disable input of the custom field on change of action

please suggest how to disable zinput : custom filed added in MIGO header tab .I want to disable on changing the action .i_action: A01 = Goods receipt A02 = Return delivery A03 = Cancellation A04 = Display A05 = Release GR bl.st. A06 = Subsequent deli...

Resolved! how to use NEW LINE in a string in smartform ?

I have try to use  below coding, but cannot get expected output. Please advise CL_ABAP_CHAR_UTILITIES=>NEWLINECL_ABAP_CHAR_UTILITIES=>CR_LFProgram Line in Smart form: CONCATENATE 'AAAA'              CL_ABAP_CHAR_UTILITIES=>NEWLINE             'BBBB'...

Labels in this area