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

Resolved! IDOC status

Hi,Is it possible to change the status of an IDOC using a custom program.I will just fetch the idoc number and update the status as per my wish. The code will refer to standard inbound and outbound code only. Let me know it is possible or not using...

Resolved! BADI Implementation

Hi all, In Transaction ME21N, there is a field 'OUR REFERENCE' in the Communication Tab. Now, we need to track the value entered and perform some ztable updation. I couldnt find a user-exit for the same but someone told me to implement a BADI ME_PROC...

Resolved! Type conversion problem

I am doing a upload from excel file using FM 'ALSM_EXCEL_TO_INTERNAL_TABLE'. In this there are several currency fields. i am populating the values of excel into an itab of char type.when i am trying to convert the char type to currency type it is goi...

ALV Toolbar

Hi,I'm using object oriented ALV in my program. Is there anyway that I can get the toolbar of my ALV into my SAP Screen toolbar. While using Object oriented ALV you can see the toolbar with sort, filter and all other functions attached to the ALV gri...

Resolved! BAPI

I cant find any exits that satisfy my need i.e : i need to modify the exit upon release/reset of release strategy of PR using ME55 , is there any way i can use BAPI? and how does it work

Resolved! Selection screen

Hi frnds, i have a selection screen. And in the at selection-screen event before the value is passed to the PAI i want to get the input value of that field dynamically... can any1 tell me the function module to use ?i alwaya assure points :)-madan......

Resolved! FM for Inbound IDOC

HI,I want to create an IDOC invoked from a java application.(NOT from XI)For this i want to call a function module which creates an IDOC and posts it and the IDOC gets processed.I want to create a Material in the material master,using the IDOC.Do i h...

Resolved! gui_upload .

Hi ..I'm new to ABAP.I'm trying to insert into Ztable from a file in presentation server.My ztable has a currency fields. I upload using gui_upload into an internal table itext.I split the itext SPLIT ITEXT-TEXT AT ',' INTO ITAB-EMPNUM ITAB-NAME ITAB...

Resolved! MATERIALMASTER

HI FOLKS ACTUALLY MY BUSINESS IS TO UPLOAD THE MATERIAL MASTER DATA FROM LEGACY TO SAP WITH DIFFERENT MATERIAL TYPES BY USING LSMW OF BI RECORDING TECHNIQUE. AFTER THAT I NEED TO COPY ALL MATERIAL TYPES FROM ONE PLANT TO ANOTHER PLANT WHICH ARE UPLOA...

re: line count

Hi, I used line-count 21(2) in the basic list. After choosing the basic list, i have to change the line-count.i changed this by using new-page. But in the secondary list, it is giving gap. HOw to avoid this page gap.rgdsp.kp

dataset

hi folks i am going to upload journal info from text file to sap but it gives error like 'unable to open dataset' my statement follows'/usr/sap/SPE/DVEBMGS00/work/ZPSPAR35_PERS_UP.TXT' FOR OUTPUT IN TEXT MODE ENCODING DEFAULT....

Resolved! Smartform GUI Help

Hi, I have a requirement like if i execute the print program for smartforms printer window will appear.in printer window if i choose print preview in next layout preview window print icon and menu is coming. I want to disable the print icon and print...

user exit

Hi Experts,Iam new to User Exits.I got a requirement to work onUSEREXIT_MOVE_FIELD_TO_VBKD ,USEREXIT_CHECK_VBAP & USEREXIT_GET_FIELD_FROM_SDCOM.Can any one help me out where to start these exits?Any use of CMOD & SMOD tcodes for this exits?Any docume...

Resolved! Structure RKPLN... where is its data? its not in se16 also...

Hi all,I need an advise how to go about to search for a transparent table related to a structure table.Particularly structure table RKPLN (Planning for Overhead Cost Controlling). <b>How do i know where is all the data that this structure is holding<...

VRM_SET_VALUES

Hi, When I am using the FM : VRM_SET_VALUES, I am geting the key value but not the text. Below is the code:name = 'PS_PARM'.value-key = '1'.value-text = 'Line 1'.APPEND VALUE TO LIST.VALUE-KEY = '2'.VALUE-TEXT = 'LINE 2'.APPEND VALUE TO LIST.CALL F...

Resolved! UPDATE INTERNAL TABLE

Hello,Is it possible to update an internal table during selection? What I mean is:If I´m selecting data like this:SELECT lmcod1 llifnr lstcdt fbankn fbkont fbankl INTO CORRESPONDING FIELDS OF TABLE tab_interna FROM lfa1 AS l INNER JOIN lfbk AS f ...

Labels in this area