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

Resolved! ALV issue

Hi,I am working on developing a report in ALV and came across an issue with the FM 'REUSE_ALV_FIELDCATALOG_MERGE'. Here is the code..data: alv_fc type table of slis_fieldcat_alv with header line,Data: Begin of error occurs 0, pernr(12), ...

Resolved! Vendor Document Details

Hie guysi have a requirement to retrive the details of documents made against vendors..i have been trying to use the following FM's but none of them is giving me my desired result. I need an FM that can give me the same details as transaction FB03.BA...

Left outer join

Hi,How to avoid left outer join , like in case of inner join we use 'select for all entries' and read statement,how can we acheive the same for left outer join case , please provide the explanation with exampleRegards,Sanju

Resolved! Table Control Wizard

HI,I am developing one table control in which I have one field of 240 char in my internal table.But it is not allowing me to develope as it has 240 char.Is there any method so that we can develope this with 240 char.How many char max we can define fo...

Resolved! Collect? SUM? -

Hi,I have follwing internal table with Numbers and texts01 ABC 100 200 300 01 ZSD 500 700 700 01 ASW 600 200 300What I need is a single record with all totals omitting that text.how can we do this? like below01 1200 1100 1300rgdsva...

CORK tcode

Hi SAPians,Once I entered int oCORK tcode I given the Value for Process Order "XXXXXXXXXXX" and performed the enter.Now I am "Process Order Confirmation Create : Actual Data" screen. Here I selected the the radio button "Final confirmtn and cliced th...

Resolved! How to access to the attibuts of Class LCL_MIGO_KERNEL in Badi MB_MIGO_BADI

Hi,I implemented the MB_MIGO_BADI and, in the method if_ex_mb_migo_badi~pbo_detail, i need to access the PT_GOITEM table (that is an attribut of class LCL_MIGO_KERNEL).In ABAP debugger, this table can be access with this line :(SAPLMIGO)LCL_MIGO_GLOB...

Resolved! Table updation

Hi Friends,I have copied standard VAT retutn report 'RFUMSV00' to add some new functionality required by the user. The copied program is checking the table 'TEURA' to convert the amount in to local currency. In this table, the standard program name w...

Resolved! SSFCOMPOSER

Hi GurusWhen we try to output message for PO, we are getting the following message:Sytem message 042 from work area SSFCOMPOSER does not existWe are using a ZProgram for our smart form. All condition records for PO doc type have been maintained.<remo...

Resolved! Build new Method

HI,This loop is inside method and i want to separate it and to put it in new method,What is the best way to that?Regards LOOP AT lt_variant_content INTO line LOOP AT line-paramtab INTO line2. CASE line2-parname. WHEN 'LT_M...

smartform in EFRM

Hello,I have a custom Form Application that is used for printing some contracts.The Smartform linked to this Form Application (EFRM T-code) contains only the declarations and an empty MAIN page.My task is to change the text that is printed but since...

Labels in this area