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

Interface related

How to create a report to Extract a data from SAP in to a flat file and send it to a third party system.This report will be run on a weekly basis and the data needs to be FTP'd through the business connector.Also advice me on what type of file will t...

Resolved! Transfer file

Hi All,I have two clarificatios.1.How to open a file which is in .csv format from application server and transfer the contents to internal table and also how to transfer a file from presentation server in .csv format to internal table.I have tried fm...

Resolved! WRITE AT command

Hello to all,I am making a report in which i need 8 columns. Following code makes 4 columns but i cant seem to create remaining . Can someone edit the code and makeit 8 columns. WRITE: /'|', AT 14 '|', AT 58 '|', AT 71 '|', AT c_lnsize '|', ...

Resolved! Re: ALV

hi to all, i am facing problem regarding the filters in ALV. when we select one column and set the filter the contents in the particular column are not displayed in full but some characters are truncated. column-abcdefghxyxabcdewhen setting fil...

ISU Dunning

Hello Everyone,I'm having a problem with dunning procedure. While creating a proposal in FPVA, when I click on save it says "parameters saved". But the table FKKMAKO doesn't have an entry corresponding to values I entered. In FPVA, I picked up a docu...

Resolved! padding with 0

hi ,I am usnig a field LIFNR (vendor) in my ITAB.ITs length is 10. But my data values are of 6 or 7 digi.when i pass these values to a FM , ouput comes only when 0 are padded.Please tell appropriate code.i am using concatenate '000' itab-lifnr into i...

Resolved! BAPI error

Hi, when i use BAPI TO CREATE MATERIAL,I USE THE bapi during a loop&endloop. But not all the loop is executed.the code as follow:loop AT it_massdata.transfer BAPI data..... CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA' EXPORTING headdata ...

reg: data dictionary?

hello everybody,how many indexes can be created for a table?can you create a table with out a data element?can you create a field with out a data element?Give few names of cluster tables in sap?Give few names of pooled tables in sap?give few names of...

BDC error

Iam developing BDC program for Transaction FB50 using call transaction method . iam handling error using BDCMSGCOLL and store it in internal table. instead internal table i want post errors in a session when ever a error occurs during posting. pls ...

Resolved! SD_SALESDOCUMENT_CREATE

I am trying to create a debit memo using function SD_SALESDOCUMENT_CREATE. I need to enter a manual price for the item (our condition type = ZMAN). Does anyone know which table I need to save the condition type and condition value to? I've tried S...

Resolved! character division

HiMATKL has 9 character value. So i want to divide those 9 character in 2 each. Then Place individual in below format segment1 = 1st 2 character of MATKL segment2 = 3,4 character of matkl segment3 = 5,6 character of MATKL segment4 = 7,8 character of ...

BADI MB_DOCUMENT_BADI

Hi All,I have created one implementation to the BADI MB_DOCUMENT_BADI. This badi will hit while creation of material document.I have write the code in method MB_DOCUMENT_BEFORE_UPDATE such that it will act only for certain movement types specially f...

Labels in this area