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

Resolved! Character IF failing

I have the following code report  zaRs.data: lv_amt(15) type c.move '1.37-' to lv_amt.* First IF  if lv_amt lt 0. write '1.37- is less than zero - correct'.endif.* Second IF move '0.37-' to lv_amt.if lv_amt lt 0. write '0.37- is less than zero - co...

"BAPI_MATERIAL_SAVEREPLICA" Problem in setting Material manufacture name and part number

Hi Expert,I am  creating a Material using  "BAPI_MATERIAL_SAVEREPLICA".Material is created and all data is set properly except "Manufacturer Part Number" and "Number of a Manufacturer".Target Table  Field is :Manufacturer Name           :  MARA-MFRNR...

Download Text File

Hello all.I have requirements to download text file from AL11 into desktop, the tricky part is that the process is running in background,is there a way to download this file from my PC without creating new program?Your response is highly appreciated....

Resolved! BARCODE SIZE IN SMARTFORM

HiI have one requirment like this in smartformbarcode          barcode          barcodematerial           quant              batchidnext pagebarcode          barcode          barcodematerial           quant              batchidwhen i tried to achieve...

Resolved! Performance Issue with Select Statement

I have a performance issue with a SELECT statement that is within code that I'm working on:SELECT MANDT MATNR WERKS LGORT LABST       SPEME INSME       INTO TABLE INT_MARD1       FROM MARD       CLIENT SPECIFIED       WHERE MATNR IN S_MATNR          ...

Using dynamic loops

Hello,I am having this loops that i need to do in the same method and my question is if there is a way to do that in once insted to do that many time for every operation ,i.e. maybe to send the operaion types via daynmic statment...     LOOP AT lt_op...

Resolved! how to get fields description in field catalog when i have fieldname and ref_tabname

Hi,i have this situation where i need to get values for reptext_ddic, seltext_l, seltext_m, seltext_s in alv field catalog, given that fieldcatalog has already been created with just fieldname and ref_tabname fields. is there any function which given...

Resolved! Error message getting in recording of MM42, but information message while manual running.

I am trying to create a recording for tcode MM42. First, I have to provide some details, and press enter without selecting the view. It will prompt an info msg " Select at least one view". The I have to select the view and enter again to go into the ...

Resolved! Translated texts

HiCan anyone recommand me a way to introduce texts for different objects in sap?The idea is that I selected all the objects from a package in an excel and I translated all of their short descriptions in another languge.Now I have to upload the texts ...

Resolved! Release option should not display on deleted item from ME28

HiWhen user release the PO by using transaction code ME28release option always appears on PO first line item. If PO first line item ismarked for deletion then release option still appears on fist line item. Ourrequirement is to transfer the release o...

bapi_blm_savemultiple

Hi ,  Any pointers will be of help    I am uploading meter readings with the above Bapi bapi_blm_savemultiple.Bapi returns Successfull and i call A BAPI COMMIT but i cant find results in the Document Base Table or Rejected Meter readings Table.Any id...

Resolved! Field Symbols..

Hi team,              I  am totally confused with the concept of field symbols. Some one said it is a pointer and some one says it is a place holder and so on...I am not able to get the actual picture behind this concept. Could any one please explain...

How to get/put data to/from table clusters using IMPORT/Export... from database..id..

Hello All, I am trying to store 5-10 tables data for one key field (for example user) in a table cluster (ZC1) using Export stsmt. And will have to write logic to get the same using import stmt. created a table cluster using sap help and also created...

Labels in this area