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

pls help me

Hi friends ,I got a task to do .Description:"Age Analysis of Finished Good Stock: - Interactive report. Double click on the line item will give the batch wise stock details."Can any one give some more elaborate information regarding this.And please g...

Resolved! Reg BAPI_PO_CHANGE

Hi,I am trying to change the Short text of an item using BAPI. It says PO contains some faulty items and please enter order unit and delivery date.....But I found the date in schedule and schedulex n tables...but still says the same error...Any sugge...

Material Slip MTSNR

Hi everybody, I need to know what is in MTSNR, because I have to complete an internal table to create a file. I have all the fields that I need ,but I don't know how to get the info. Does anybody how, or which table do i have to look for??Thanks

Classification view

Hi,I have a list of materials. How can i check whether classification view for the material is maintained or not at one go. I don't want to check for every material in MM03. I know there is a field in MARA -PSTAT where characters for each view is mai...

Resolved! urgent

Hi i have used <b>control break</b> statements inside <b>Loop at intrenal table with where</b> condition.How can i modified with out change the code? LOOP AT itab INTO wa_itab WHERE col01 = 'H' OR col01 = 'I' . - ---AT END OF col01. ...

Resolved! Tab Strips

Hello Friends , I have 2 screens for update . Screen1 contains the general info of the employee and screen2 the Salary info . User enters General info in screen1 and uses a push button to go to screen2 to update salary info . Sometimes the user forge...

Fcode

why do we use 001 in this fcode ' BUtton1(001) 'MODULE USER_COMMAND_0100 INPUT. SAVE_OK = OK_CODE. CLEAR OK_CODE. CASE SAVE_OK. WHEN 'BUTTON_EXIT'. LEAVE PROGRAM. WHEN 'BUTTON_1'. OUTPUT = 'Button 1'(001). WHEN 'BUTTON_2'. ...

Resolved! Number of weekdays

I need to find the number of week days(mon-fri) in a given month. I have used the FM DATE_CONVERT_TO_FACTORYDATE to get the difference between the first and the last day of the month. However it is not giving me the correct output. could someone plea...

substrings in ABAP ?

I am trying to convert a value from a string or a number.I just want to grab either the first number or the first characterof one variable and assign it to another variable. How do I do this?How do I do this if I'm trying to return just the third ch...

Workflow, MM02, MM03

We are triggering custom events from transactions MM01, and MM02. How do I find where these custom events are being called from. I am assuming there is some user exit on mm01 and 2 and it is calling the sww_create_event based on certain conditions ...

Labels in this area