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

Resolved! *Table

Hello Experts,I have seen some programs in which <b>*table</b> (for eg: *AFRD in program SAPLCORU - tcode: COR6) are used. Can anybody please let me know what is the functionality of these tables. Thanks a ton for your help.

validation

i am having date field in my input screen in the format yyyymm.i want to validate this field.if i enter some other text it should show error message.ie i should accept like 200710,200705etc.how can i validate this field.plz help me.

Resolved! Pricing Routine in sd

I have created a routine for pricing. But value in xkwert is not reflected on screen .Problem1)Value of xkwert is coming correct in debugging in routine .But on screen value displayed is 0.00 2) If I hard code value of xkwert = 100 or 1000 . or hardc...

Testing an idoc

Hi gurus,I have a scenario in which an idoc is sent from xi that triggers a badi in CRM.Now i want to test an idoc that has already been processed so that i would be able to debug the badi.Could any one please tell me how to test the idoc and if any ...

BATMAS Configuration

IDoc BATMAS03 is creating in our system when a goods receipt is completed, and I'm not sure why. (Obviously someone set this up, but the IDocs are not going anywhere so I want to turn it off.) I see in transaction BD52, BATMAS is set up with an ent...

Reg IDOC extension

HiWhenever extending idoc firtsly go to we64 and find the Process code for the IDOC and then you can find the Function Module for the process code.In the function module make a global find on the string "customer" then get list of user exits.based o...

need to add a button to application tool bar of [u]standard transaction[/u]

Hi Guys,Please I need urgent help…. I need to add a button to application tool bar of <u>standard transaction</u>. I did everything as for custom program: went to GUI status and have added required button but when I run status simulation (test) it do...

CALL TRANSACTION QE73

Hello everybody, my query is as follows. My program reads a txt file from the server and load a table internal, then performs 3 batch input: The first batch input to the Tx QA01 to create a lot. The second batch input to the Tx QE73 which allows us t...

Code correction

Dear AllThe following code has Execute but qty,values didnot comei cheched internal tabel month_total values are storedwhy didnot come qty and valueshow to come qty and valuesmy code loop at month_total. AT NEW monthcode. month_total-tmpq...

Resolved! Interactive alv

hi, can any one send me the code for the interactive alv report which consisting of the input selection criteria with say some five selections and with the some radiobuttons.Helpful answer will be awarded points.thanks in advance

Message in a method

Hello,I need to display a method within a BADI and send out a message of type E withoutstop completely the transaction,but instead let the user to correct the eventual error.Do you need if there are any other way instead of the normal message e000(ZZ...

Resolved! Exit for Delivery

Hi,Here's the requirement. Rush order will generate automatic Delivery, PGI.Automatic Delivery can be done with the setting.But PGI can be done manually only.There's transaction VL21 which will create PGI if we specify the delivery document number.No...

megha_h by Participant
  • 657 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! Sting Reverse

data : v_string1(20) type C.data : v_string2(20) type C.initialization.v_string1 = 'RAMA'.CALL FUNCTION 'STRING_REVERSE'EXPORTINGstring = v_string1lang = sy-languIMPORTINGrstring = v_string2EXCEPTIONStoo_small = 1OTHERS = 2.write v_string1,v_string2...

Labels in this area