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

Resolved! Replace ?

For in_par-value = <b>999.999,66.</b>REPLACE '.' WITH ' ' INTO in_par-value.is making in_par-value = <b>999 999,66.</b>Incase of in_par-value = <b>999.999.999,66</b>REPLACE '.' WITH ' ' INTO in_par-value.is making in_par-value as <b>999 999.999,66</b...

Resolved! Re: ALV

hi to all, Is there any possibility of entering the data in the specific field after displaying the ALV output.thanks rich.if i enter the truck id in that column then it has to update to sales order transaction thanks sunMessage was edited by:...

Resolved! help need in code

Hi all,Good morning allPROCESS BEFORE OUTPUT.module no_lines.------1 MODULE STATUS_9100. loop at itab with control table_control cursor table_control-current_line. module get_data.----2 endloop.1)data li_lines type i.describe table itab...

Resolved! FM LIKE MESSAGE

HIi look for FM that do what message do but i want to more things:1. that i can seperate the text to 2 lines2. that when i press Ok on the message the foucs back to the screen that i was ( i mean that the popup will have a ERROR type message)thanks

Conversion problems

Hi,hope anybody can help.My programm is type module pool. On the left side is a ALV Treecontrol with many entries for subreports. The subreports defined as subscreen and displayed on the right sight of my dynpro.Each subreport has one selection scree...

SUBMIT Command

HiI have an internal table with all my materials in it.I want to submit program 'RBDSEMAT' (Transaction Code BD10) for all the materials in my internal table.Can I use the SUBMIT command for all my materials in the internal table in One go ie. for al...

Delivery Block

Hi,I am posting an inbound IDOC where the sales order gets created.But the problem is, the delivery block is created with default one, itwas not created with the block i specified.Any configuration is related to this where an SO creates with default ...

Resolved! HELP IN MESSAGE

HIi wrote this code when i want to show message MESSAGE E888(SABAPDOCU) WITH TEXT-001 LV_PRODCODE_TMP TEXT-003 LV_TODATE.the problme i get the message in this format:The production code is incorrect fix to 62 The experation date is incorrect please f...

Resolved! user Exit for MIRO

Hi all, I am looking for user exits which triggers after MIRO postings. It should show me the fields VORGANG, BLART and BURS. VORGANG is a transaction header.VORGANG : Transaction HeaderBLART : Document TypeBUKRS : Company code Regards

functional module

hi everybodymy problem is like thisafter activating my smartform i got a functional module'/1BCDWB/SF00000108' and i passed this functional module to LF_FMNAME. but when i tried to call this functional module going to pattern and give the name of FM ...

Resolved! table control modify

Hi all,I have a question ie i have a treeview and if select a node the corresponding data for that node shd be placed in the table control.so iam fine with the creation, but in case of modification iam able to display the previous data but if i want ...

Resolved! Partial Key Selects

Hi everyoneI am aware that when writing a select statement it is preferable to have all the PK fields in the where clause and failing that to have as many of the leftmost key fields as possible. However, I have a situation where I am only interested...

Labels in this area