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

MM - PO - FRGCO field in exit/BADI or in PO program for import/export

Hello I have business requirement to give warning message and send mail if mail id is not maintained in release strategy. The problem is i have to check ztable for mail id in which combination of fields : FRGGR, FRGCO and EKGRP needs to be checked. I...

Resolved! correlated subquery in CDS view

Hi All,Is it possible to write a subquery in ABAP CDS view?Here is the scenario:SELECT f1, f2, f3...   INTO CORRESPONDING FIELDS OF TABLE @lt_data   FROM table 1 AS p   INNER JOIN table 2 AS w     ON  w~f1 = p~f1     AND w~f2 = p~f2 )          WHERE ...

Resolved! Hash tag in string

Hi,I'm having trouble with a material description. In transaction MM03 the description is: "SSM 12 x 30 Brake Assm#Wabco 385M RebuiI create a txt file using OPEN DATASET listing the material descriptions, but when I use TRANSFER "SSM 12 x 30 Brake As...

Search help select

Hi experts .I search the solution for this problem in scn but i didn' t find anything.I have two fields and i created one search help for one.when i open this match code and select one line it i want to pass data to both fields in screen.(diferent va...

ATC Check Information Message - Search problematic statements for result of SELECT/OPEN CURS

Dear All,Please consider the code snippet as shown below inside a Report -========================================================AT SELECTION-SCREEN.Perform z_Validate_stuffs.START-OF-SELECTION.Perform Z_fetch_dataPerform Z_Display_Data.END-OF-SELEC...

Print HTML to spool

We've used Mail Forms ( CRM ) to generate an HTML file that is being attached to an activity .Requirement : Send this mail form to the spool ( SP01 / SP02 ). The format of the mail form that we get out is HTML in a table or as a generated HTML file ....

Resolved! FM or BAPI to change the bank details of a vendor

Hi folks,Please let me know if there is any function module or BAPI to change the Bank Details of a Vendor in FK02.I checked in previous posts, but I found only to delete the bank details i.e. BAPI_BUPA_BANKDETAIL_REMOVE & FIN_AP_AR_DELETE_BANK.Pleas...

Resolved! Barcode on smartforms

Hi,I'm working on bar-codes to be generated through smart-forms.I got many useful links on sap help for this. I took an example online from the below link and developed barcode using my own logic on pick slip.Step-by-step New Barcode Technology for S...

ABAP memory question

HI All,I am working on exisiting development in which am supposed to find the (targeted) programme into whch ABAP memory value is EXPORTED.Can somebody guide how to find this receiver ABAP memory programme/class/function module(in which memory is IMP...

BDC Table control

Hi All,i am posting this question after searching the scn blog.i am using BDC for ME31K t-code. and in the last screen has table control. due to this only 17 entries are getting posted and then i get an error message saying the screen size is not eno...

Update Z field in VBRK Table

Hi,I need to update a custom field in VBRK through a program.I wrote the following code for the same :CALL FUNCTION 'RV_INVOICE_DOCUMENT_READ'     EXPORTING       vbrk_i        = vbrk       konv_read     = 'X'     IMPORTING       vbrk_e        = vbrk...

Labels in this area