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

Spool Request Display Report

Hello,Pleasure to be part of this community and ask the first question. I have created a report and probably, that report is going to be scheduled to run weekly.I want to understand how I can create a job and spool request display report for this pro...

Utrivedi by Explorer
  • 1921 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! SAP Script: Change in Form Painter not reflected in window

Hello Experts, When changes are made in layout of page (Form painter), respective changes are not getting reflected in window margins.  I need to set the upper margin of the window.  I have checked the language in header : language key, original lang...

Looping a Field symbol.

Hi,Can someone explain what to me what the following statement means?Data: i_tab  TYPE STANDARD TABLE.I looked it up and and it says that it is an ABAP built in type which is generic, but i fail to understand its usage.And here is my scenario.Field-s...

Resolved! Excel to Internal Table Issue

Hi Experts,  Row    Column    Value    1    0001    Prem(First Name )    1    0002    Raj(Middle name )    1    0003    Kaushik(Last name  )    2    0001    Naresh  I have the above data in excel file  and my internal table like as follows Data : be...

Resolved! Unwanted ABAP Code Block Triggering - IF condition not working

Friends,I am facing weird issue in my production system i.e. one of the code block which was bounded in IF condition is getting triggered. However, as per the data that I have in my system this IF condition should skip that code block.Let me give you...

R/3 to CRM Customer master replication issue(custom fields)

Hello Experts,We have enhanced customer master transaction means added 'group key' under control data tab and 'Customer classification' added under Marketing tab.Enhanced the structure 'BSS_CENTI'ZZKUKLA     KUKLA     CHAR     2     0     Customer cl...

Group by in LVC_T_SORT

Hi all,  I have developed a report program which displays data in grid format using oops alv.output contains six columns MATNR , WERKS,LGORT,CLABS(Qty),MEINS,VIN Number.    wa_sort2-spos = 1.    wa_sort2-fieldname = CLABS'.    wa_sort2-up = 'X'.    w...

In FBU3(Intercompany transaction) the amounts doubles when i click on document currency

Hi All,When i post a document in FB01 Transaction with reference to inter company transaction's, i can able to see the same amount in FB03 for both the company codes,but the issue is the amount is doubling in FBU3 transaction when i click on document...

Resolved! Dynamic SELECT

Hey experts,I have defined these table_wa's from dtabs TABLES: zbr_t_autori, zbr_t_aut_knihy, zbr_t_fakulty, zbr_t_jazyky,          zbr_t_kategorie, zbr_t_knihy, zbr_t_kn_vo_vyp, zbr_t_odbory,          zbr_t_odb_stud, zbr_t_univerzity, zbr_t_vydavate...

Resolved! Simple Transformation XML to ABAP Content of tag with subtrees to string field

Hi,I have an  requirement in which I have to do a transformation from an XML file to an structure.I need get the value of a tag that have subtrees and move that to a field in my structure.Example:<TAG1>value1</TAG1><TAG2>value2</TAG2><TAG3>     <TAG4...

Resolved! ABAP Text format logic

Hello,I need a small logic to convert a text in a internal table so that the line length is restricted to 50 chars from existing  72 char.Example :-Currently internal table has the below dataI used TEXT_SPLIT and got the below output into a new IT wi...

Labels in this area