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

Function WRF_IPGRP_LOAD_WAPG how buffer is filled

HiI have a function module WRF_IPGRP_LOAD_WAPG being called with only parameters as below:{code}CALL FUNCTION 'WRF_IPGRP_LOAD_WAPG'           EXPORTING             i_aktnr                 = i_promotion             i_read_from_archive     = 'X'       ...

VRM_SET_VALUES not working if I collect its parameter in a loop?

Hi Gurus,My problem is if I collect values(export parameter) in a loop is not working!Can you help me? What should be the problem?DATA: name TYPE vrm_id,        name2 TYPE vrm_id,        list TYPE vrm_values,        list2 TYPE vrm_values,        valu...

I have a bug

Hi experts,i have a report which is running well in environment(DSV,QAS) but in PRD when I print the report the system return this run-time error:CONNE_IMPORT_WRONG_COMP_LENGWhy and when does it occurs? and please the suggestions of solutions.I will ...

How to find from Spool no. what is the program to which Spool no belongs to as output

Hiii ABAP Masters,there is a program in the system which converting SPOOL Request(Reading from TSP01) to PDF, and it is back ground job, now i want to find the program name from which SPOOL Request is generating from SPOOL No. . Dose any one know how...

Resolved! Performance comparison of Join, Loop at, For all entries

Hi experts,  Sorry, I know this topic has been discussed for a long time, ex; "LOOP AT vs. INNER JOIN". However, I use an example from Performance-Optimierung von ABAP®-Programmen and I download an example like below. I even write a program to compar...

Resolved! FM which automatically convert value as per alpha output / input while uploading excel into internal table

Hello evryone,Do we have any FM whiich automatically pick the data from presentation server / local machine into internal table and also consider call conversion aplha while uploading into internal table...e.g lifnr has 10 char length with alpha conv...

Resolved! Calculate cost for items of type N (non stock) as it calculating standard type L(Stock)

Hi Gurus,I have a Requirement for calculating the cost for Subcontracting  Non stock items N as it is getting calculated in standard functionality for subcontracting items of Type L.This will be done in CK11n ( used to calculate the standard cost est...

Resolved! me51 -> wbs?

using bdc with t-code me51, i  ordered something and entered WBS elements.but when i check project budget, there nothing happend.i look through TABLE [RPSCO ], there is no data  wrttp-21, 22. how can i solve this problem ?

Screen Exit

Hello all,I have noticed that in case of Function Module Exit, the include starts with a naming convention 'ZX', since its starts with 'Z' it belongs to customer name space, so we can do coding without Access Key.Then my doubt is during implementing ...

BDC transaction recorder

Hello everyone,I have one doubt that in bdc, while creating new recording ,then we wil give record name start with Z.And then how can i find out the transaction code for particular table, which i need to record in first record transaction.Thanks,Ravi...

creating Enhancement implementation using Filter in Enhancement spot

have a requirment that i need to create own implementation in the Enhancement SPOT FDM_COLL_PR_FCODE.There is already a standard Enhancement Implementation FDM_COLL_SEND_CCT_RECAP which has Filter FCODE = SEND_CCT_RECAP for the same Enhancement SPOT...

Resolved! Deleting append structure from standard table issue

Hi All,I have created an append structure in standard table TFK033C. Then I deleted the same and did save & adjust database.The issue is after deleting the structure also I am able to see it in the table and also when I check the table getting follow...

Resolved! ECC 6 EHP 0

Hello guys.We are setting up an interface to bank and the minimum requirement for our system is EHP 1. Our SAP is on ehp 0, and for fear of disrupting business and downtime, we're thinking of applying the sap notes without the enhancement package ins...

Resolved! Even though am calling BAPI correctly still not getting outcome!

Hello,We are trying to update the Gross Weight - BRGEW and Volume - VOLUM of existing materials in system, hence am calling BAPI_MATERIAL_SAVEDATA in my report prog. but still am gross weight, volume not updating!!I tried different ways in passing th...

Resolved! Pricing Routine

Hi All,I am trying to add some code to a newly created custom routine.Only for a selective range of customers  - say "1000" to "1790" I want to append the delivery numbers.Something like this:IF VBAK-KUNNR in ( RANGE OF CUSTOMERS )THEN APPEND LIKP-VB...

Resolved! Problem in Text Table

Hi,I have created a Custom table and Text table, implemented foreign key relationship from text table to Custom table. Then i have created a view, added records to view. when i logged in as language ENGLISH or German, in SE16 it is showing only in en...

Labels in this area