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

Resolved! Field Symbol

Hi !I want to do a dynamic assignment for a variable. I want to assign to variable L_AUX1 a value, but the output is empty. Any ideas? REPORT Z_output. data: L_AUX1(50), L_AUX2(50). FIELD-SYMBOLS: <fs1>. L_AUX2 = 'L_AUX1'. assign ...

SCATT Help.

Hi,I have to create SCATT for the following.Select vendors with payment method T in a company code Table LFB1-ZWELS Find all open items for these vendorsFBL1N Update the payment currency to USD FB02 .Please guide me step by step to do this in scatt w...

Resolved! Reg BADI....

Hi, I am new to user exits and enhancement as well as to BADI. Please anybody give some useful notes, step-by-step procedure, definition....points will be rewarded for useful notes...Thanks in advance....Regards,<b>Suresh.V</b>

Resolved! Cancel a SAP note

Hello gurues! I have to reverse a SAP note, I did it in trx SNOTES and it was ok, but when I want release the request it says that I cant release it because some objets are locked, i took a look into the objets request and yes they all are locked....

Time Difference

Hi AllAm trying to find out time difference and add hours to it. The following is what I am trying to do:In the following case lets assume the system time to be 12:30:20'.DATA : lv_end_time TYPE uplend VALUE '130000',lv_total_hours_to_add type i valu...

Resolved! SXPG_COMMAND_EXECUTE

We have a custom .exe program that is working in our old R/3 46 system 32 bit system.We are moving to ECC6 R/3 which is a 64 bit SAP system. We excute the same custom .exe executable via SXPG_COMMAND_EXECUTE and the program hangs.We have tied various...

Code in View?

Hi,I created a dictionary view based on a Z table that has these fields: MATNR, WERKS_C, WERKS_F, LGORT, STAT_KANB, LIM_MIN, LIM_MAX, LAEDA, UZEIT, AENAM.I created also a transaction code (SM30) for this view for user update those fields. However th...

Resolved! Internal Table

Hi ABAP Guns,Here is the code.even though i declared the internal table in the follwing code it is giveing an error that <b>GT_INPUTFILE</b> is not an internal table.Please help out in this.TYPES: BEGIN OF TYPE_INPUTFILE, ACTION TYP...

Resolved! Parameters in Open SQL

Hi,I have defined a parameter:PARAMETERS: p_param1 LIKE table-cod_param1I need to use this parameter in a SQL Sentence and this parameter isn´t obligatory.How I can build de sentence ?? I don´t have problems if the parameter is defined as select-opt...

RCSBI010 - for BOM

Hello friends.i am using the standard program RCSBI010 to upload the BOM in transaction CS01. I want to upload using standard sap program not via LSMW..Can you please let me know the steps for that.In that case . I have the header detailitem detail ...

Resolved! bdc as91

Dear Gurus,I was making a BDC for asset upload.I have checked my itab throughly, but still i need you guys to take a look at a part of it.data : begin of itab occurs 0,****ANBTR01x like RALT_DYNP_STRUC-ANBTR01,ANBTR01y like RALT_DYNP_STRUC-ANBTR01,AN...

Resolved! regarding user exits

Hi all, Could u pls answer me these questions?1. What is the difference between the exits created in M.M and S&D?2. Can we create Enhancements of our own, i.e. customer defined?3. Whether Project contains enhancement or Enhancement contains ...

Join using SQVI

Hi All,I am using SQVI to create a query on LTAP and USER_ADDR.When I join these two tables the default join condition is between LTAP-MAKTX and USER_ADDR-NAME_FIRST. I am able to delete this join condition but not able to create a join condition bet...

Labels in this area