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

Resolved! BAPI_BATCH_CHANGE

Hello Everyone. I have to use 'BAPI_BATCH_CHANGE' to update MCHA-BWTAR, MCHA-LIFNR, MCHA-LICHA. The requirement is given below in two steps. How to I procedd. Please help. I'm very new to Abap.A) Change batch valuation type (MCHA-BWTAR) base on the f...

MB5B submit for lot of materials

Hi,          I need opening stock from MB5B report where I need to pass some materials which are coming from BAPI so while using SUBMIT statementas SUBMIT  RM07MLBD WITH MATNR IN IT_MATNR                                           WITH WERKS = P_WERKS...

Resolved! CKMDUVREC - While creating BDC recording, fields in screen two (0100) are not captured

Hi,I had tried creating a BDC recording for transaction: CKMDUVREC but the fields in screen two (i.e., screen 0100) are not captured while recording.Please let me know any option is available to capture these fields for creating an upload program.Fie...

Resolved! ABAP 7.40: shift val left deleting leading space => shift_left( val = val ) ???

Hi, everybody.I want to translate the statementDATA:   value type char10 value '    X',   target type char01.SHIFT value left deleting leading spacetarget = value(1).into ABAP 7.40target = shift_left( val = value....).But how do I write "deleting lea...

Resolved! Need to Capture the Po item level Condition values.

Hi..I need a small information Normally In Po We can maintain the Condition amounts Each row which. like.Please have a look On below Example.At item level. Suppose Two line items are available  these two are condition value as 500+1500  total 2000.Li...

Header field is not visible fully in container class field catalog output @ ABAP Report

Hi FriendsWe are displaying report output using container class in abap.When we execute the report, field header is not visible completely, some fields shows dots at the end, Then if I expand its showing full text.I checked the below points1.Field le...

Resolved! having at selection screen on value request inside a method

method initialize     AT SELECTION-SCREEN ON VALUE-REQUEST FOR abc.     me->GET_FILE_NAME_PRESENTATION(    CHANGING      abc = abc)endmethod.I call the above method asobj->initializechangingabcI get error as statement endmethod missing.Can we not use...

how to check the impact of a field length change from 15 to 35 char in a standard table?

Hi Team,There is one custom filed in VBAK table, i want to change the this custom filed length from 15 char to 35 char, but before this i need to prepare the impact of this field length change. so i have done the where used list and i prepared the im...

Resolved! Search help for QMEL

Hi FriendsI am creating search help for Quality Notification(QN) and Service Notification(SN), which will be used in our ECM integration. There is a restriction that i can use only one table name in Selection method in search help. It won't allow oth...

Resolved! Simple Transformation (Deserialization) - how to handle attributes with namespaces

Hi all,I am currently working on a simple transformation to deserialize an XML file.The file is pretty straightforward but the root element is giving me problems because it has attributes with namespaces.The lines below is similar to what I'm getting...

Pricing requirement in MM

Hi Gurus,     My requirement is to check packing material type for particular line item. And i want pick the packing material weight , and check main material weight from material master data. Based on this one need to calculate Gross weight and net ...

aba212 by Participant
  • 949 VIEWS
  • 4 REPLIES
  • 0 Likes
Labels in this area