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

Using a global parameter

Dear experts, When someone posts an invoice, by FB01 tcode, I want to know the invoice type (bkpf-blart) when I stop at BADI: FM_OPEN_PERIODS However the field isn't there. How may I see the BLART field at FM_OPEN_PERIODS? By defining a globa...

noy_ash by Participant
  • 1385 VIEWS
  • 3 REPLIES
  • 0 Likes

Passing parameters from external App to Build App Application

Hi Experts,I am new to LCNC and have just started to build my first prototype with SAP Build Apps. I have my first question about passing information from an external App. In my scenario, SAP build App web-application gets called on a button click fr...

ReenaWadhwa by Product and Topic Expert
  • 1322 VIEWS
  • 0 REPLIES
  • 0 Likes

Is it possible that the column layout of an ALV grid matches the excel file of it?

Hi, assuming that my ALV grid display is like this and I want to download it as an excel file. Can the excel file have the same layout with the ALV grid? Layout of customer 1. Plant | Material | Description | Delivery Address | Delivery Date | ...

Resolved! FBL3N Item Type

Hi expert!, (apologize if this hard for you to understand, my english is not so great) So im making a program that collects gl account number from BSIS for a transaction that happen in a month and run it as a background job and save it to a ztab...

Gujarati Font

Hello Expert, I want to print my smartform with Gujarati value. I am also try with S010 Gujarati font successfully display when smartforms execute but when convert smartforms with PDF! then it was fail. Please guide me step by step. Pradip Patel.

ABAP development in a High-Availability setting: looking for constraints, best practices & tools

Most ABAP changes can be deployed into a running production system with minimal or no impact. There are, however, some operations - mainly DDic changes - that require some downtime: e.g. table adjustments or index updates, to mention the most obvious...

SAP Process Automation: How to use actions to trigger a oData on Sap On-premise ( not S/4HANA )?

Hello, I am trying to trigger Sap oData service from SAP Process Automation actions. But I am not able to manage it yet. I tried to follow below blog but still no progress. Anybody has done it before? https://blogs.sap.com/2019/07/09/how-to...

sbslmhmt by Participant
  • 942 VIEWS
  • 1 REPLY
  • 1 Likes

HANDLING UNITS ARE NOT CREATED AND GOODS ARE NOT MOVED INTO FROZEN STORAGE BIN

Hi all, while doing a MIGO after maintaining inbound delivery the handling units are not created. if the source bin is 9015 (GR-PRODUCT) I have to move that goods into 1200(frozen bin). I was forcefully created the pack (HU) 117 for GR-PRODUCT. ...

Why is explicitly raised exception not caught or declared in IF_REST_RESOURCE

Hi everyone, We are using a REST provided service and according to SAP documentation on REST ( https://help.sap.com/docs/SAP_NETWEAVER_750/753088fc00704d0a80e7fbd6803c8adb/93f28917057f47e78a2abd4a8cf0f7b9.html ) we are using IF_REST_RESOURCE. The...

Resolved! COOIS Interactive text field

Hello, I am looking for a way to add a field into COOIS that is user field and then saved. I am aware how to add fields I would just like to know how I can make and save a user filled custom field. Thank you for your reply András

warcsi by Participant
  • 2983 VIEWS
  • 9 REPLIES
  • 0 Likes

how to upload new created vendor in open dataset using badi VENDOR_ADD_DATA for XK01

method IF_EX_VENDOR_ADD_DATA~CHECK_ALL_DATA. Data: file(40). CONCATENATE 'SY-HOST' '/usr/sap/DPK/DVEBMGS96/data/DEMO.txt' into file. data: itab TYPE TABLE OF LFA1. data:wa LIKE LINE OF itab. open DATASET file for APPENDING in TEXT MODE ENCODING ...

/RPM/ITEM_MODIFY

How can I modify the local structure called 'ls_atributos' in the /RPM/ITEM_MODIFY function, I want to modify the currency value from 'EUR' to 'USD' but I don't know how to pass the ls to the function. This doesn't work because it needs an internal t...

Getting error while trying to extract email collection objectIDs by using SKip.

While trying to extract email collection objectids by using skip - "skip this record and extract 1000 from there" but it is throwing errors. We suspect this to because of object id not being indexed. What other fields can we use so that skippin...

Resolved! Create internal table with contructor expression for a complex scenario

Hello ABAP Experts!I'm looking for a solution to the following complex scenario (to deepen my understanding of constructor expressions and how they can be combined). Task: Creation of an internal (sorted) table from another standard internal table (w...

miszabo by Discoverer
  • 3248 VIEWS
  • 7 REPLIES
  • 1 Likes
Labels in this area