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

Resolved! Table control

Hi,I am having a problem in the table control of the Module pool program. When any mandatory field is not entered then while saving the record, i am raising an error message and that particular field/row should be enabled to enter the value. but this...

Resolved! Old program variants

Hi, I have a question: one program have its variants,butif need to change program name,I know can use copy to copy its variants. In development it's ok,but in production server,copy program is not permit,how to keep the old program's variants to new...

rt50896 by Participant
  • 1313 VIEWS
  • 7 REPLIES
  • 0 Likes

Resolved! F4 Help

HI ALL, i have two fields in a screen of a z transaction.Now i have attached one F4 help to one field (VKORG), and i want to design the F4 help for the second field (VTWEG),in such a way that, if the user select a value for VKORG and go F4 fo...

BADI ME21N

Hello All, I read the correspondance on BADI posted by Kripa and answers by all, I also want to learn BADI.Kripa, can you send me the BADI code & how you write methods along with the technical specifications.My ID : dilip.gupchup@gmail.comT...

Info structure - S997

HI all,I have an info structure S997 for Shipment History. This is also a transperant table with structure that is defined in configuration. The transaction code MCSG is used to display and analyse this info structure. I need to know with what transa...

Select query doubt ?

Hi,I am using the following select statement inside the loop. But I asked to replace the select statement using Read instead of select. How can I write the following query using read ?SELECT SINGLE CRHD~ARBPLFROM AFKOINNER JOIN V_QAPO ON V_QAPOAUFPL ...

graphics - urgent!!

hi folks,I am uploading the graphics image (bmp) format, I need to change the resolution of the image to have more clarity. I see the 'Technical attributes' in 'se78' but it does not alter to the change mode, the graphic is blurred I need to increase...

Resolved! ALV Display Problem

Hello guys!In my program I am using REUSE_ALV_GRID_DISPLAY function and the table i pass to it contains data (5 rows: run it on debug mode). However, after execution, the 5 rows of the table are displayed in the ALV but empty.The code i'm using in th...

Resolved! BDC for MM02

Hi all,I am writing BDC SESSION method for MM02. I have to select view GENERAL PLANTDATA/STORAGE2. Problum is this possition is keep on changing for different material. How to select this view?When I have rrcorded this transaction for 1 material, the...

sm30

Hi !I wanted to ask how to create fields disable for input ( output only ) in table entry created by sm30.I am populating Those fields atomically by event #1(sm30 event - raised when user press "save" button ) and i don't want to enable users to popu...

cl_xml_document

Hi all,I create an xml document through this code: DATA : itab TYPE TABLE OF sflight, l_xml TYPE REF TO cl_xml_document, SELECT * FROM sflight INTO TABLE itab. CREATE OBJECT l_xml. CALL METHOD l_xml->create_with_data( dataobject =...

Resolved! MM02 insertion - Urgent

hi, I am tring to insert the unit of measure in mm02 for a given material through a BDC. The place of insertion is mm02-> matnr-> select all->additional data-> Units of measure tab. I cant insert an "Alternative Unit of Measure for Stockkeeping U...

Resolved! Input Fields in ALV

Hi,I displayed a ALV list wich some fields ready for input.The problem I'm facing is, when I enter a value in, for example TEXT ITEM, I can easly catch the new value. <b>But</b> when I change a field wich is DATE FORMAT i don't see the changes and th...

Labels in this area