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

User Exit ppco0001

Hi Friends,I've implemented user exit EXIT_SAPLCOBT_001 to change the components of production order. In this user exit, I modified the components of the production order by adding and changing values in the COMPONENT_TABLE.When we leave the user exi...

Resolved! Finding Screen Numbers

Hi All,I just want to know how to find the specific screen number of the tab that is having in my screen. I have 10 different tabs in my screen. My questions are,How to find the screen number of the tab,After finding the screen number how to debug.Ki...

Resolved! pls code!!!

The following is the program that should add two numbers when pushbutton is clicked. how to disable the input fields..pls fill the at selection-screen output part REPORT ZR6.SELECTION-SCREEN BEGIN OF BLOCK b1.PARAMETERS : P1 TYPE I,P2 TYPE I,P3 TYPE ...

Resolved! User exit for VA02

Hi, I have a Z table which maintains all blocks(billing,dunning,delivery) for the sales order.I need to insert the data from VA02 into my Ztable if at all anyone creates or changes the block in the transaction VA02 or VA01.Can anyone suggest me whic...

Resolved! Internal table

Hi ExpertsPS: I'm trying to avoid nested loops.I want to delete contents on an internal table at one shot wihtout looping. Hence i used the followingdelete itab where matnr not in ditab.here ditab is another internal table but this doesnt work as it ...

prabhu_s2 by Active Contributor
  • 764 VIEWS
  • 9 REPLIES
  • 0 Likes

unicode ranges

This is a peice of running fine in non-unicode machine but when i put the unicode checks it is giving errorcode:DO 4 TIMES VARYING V_FILE FROM V_FILEA NEXT V_FILEB VARYING V_PFIL FROM P_DSN1 NEXT P_DSN2.V_FILE LIKE V_FILEA, " for...

Resolved! Unicode

The following statement: TRASLATE XYZ FROM CODE-PAGE '1110' TO CODE-PAGE '0100'.fails in a Unicode Scenario.However, there are Class Utilities available for the same function but I do not understand how to use them and which ones are used for which t...

Resolved! Smartforms

Hi Gurus, In my smartform i created table with header and main area. Suppose if the data is not there then it should not display the header infromation in the form. How to disable the header part in the smartform when no values are there in the mai...

ALV Report

I developed an interactive ALV report.In that from basic list i need two separate lists.ie fields from spfli ie carrid,connid,cityfrom,cityto....etc.If i click carrid it shud display all connids according to carrid field.But if i click connid i must ...

Resolved! alv report problem

I've populated an internal table which is showing values suppose like below. f1 f2 f3 f4.1 a b 101 a b 201 a h 402 b c 302 b c 403 c d 503 c d 60consider: f1 as matnr-article numberf2 as maktx-article description.Now for every new matnr (having new m...

Resolved! Number of Txns per Role

Hello We just had a review performed of our Global Role Template.One of the comments that came back was "As a rule no individual role should contain more than ten transactions when building for a global template"Basically - they are asking us to revi...

bsp application

hi friends, i am creating a bsp application program. in the main.htm page i am putting a text box material. when i click on ok button on main.htm then i should go to other page where i should display the details of mara table correspond...

Labels in this area