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

Resolved! How can I dynamically change an input field to a check box???

Dear Experts,I have come across a requirement where I need an input field to be dynamically changed to a check box.This would be based on values maintained in a table.Scenario: The entries in a table will decide the appearance of field on screen, if ...

Resolved! LIKE IN FOR ALL ENTRIES STATEMENT

Hi experts.   How to handle the below program case without loop of select statement.  Kindly help me.TYPES : BEGIN OF ty_matnr,              matnr TYPE matnr,              END OF ty_matnr.DATA : it_matnr TYPE STANDARD TABLE OF ty_matnr WITH HEADER LI...

Resolved! how to get all fields of the internal table while using CJI3 report program in Zreport

hello all,i am using CJI3 program in my zreport,asDATA: ABAPLIST LIKE ABAPLIST OCCURS 0. DATA: BEGIN OF WA_ASCII,          LINE(2048) TYPE C,        END OF WA_ASCII. data : it_ascii like TABLE OF wa_ascii.   DATA: fcode TYPE sy-tcode VALUE 'CJI...

Resolved! Partial ALV refresh

Hi experts,I have an ALV Grid with some editable fields. Once I have introduced something in this, it must not change.This works properly, however, if I try to change field's content, it doesn't recover his original value until I refresh entire table...

My issue is when I run the J1iin it is peaking Z002 price while saving it is taking Z001 basic price.”

Dear experts,            In my pricing procedure I have two pricing condition 1). Z001 - basic price, 2). Z002 for manual price. Client wants to raise the sales order with manual price. In this manual price value is flowing in the excise invoice but ...

Resolved! Reading material classification in BADI_MATERIAL_REF when creating a new material

Hello everybody,at the moment I have to implement following idea... when a material is created with a specific type of classification I have to add the quality managment with a specific Inspection Setup Data via the BADI  BADI_MATERIAL_REF->create_ma...

How to update the GSBER field in BSEG and BSID tables in SAP ABAP

Hi Experts,I have requirement, Update GSBER field in  BSID and BSEG tables without using Modify or Update Statement. I means we have to update GSBER field by using FM's or BAPI's.I have searched in SCN but I did not find any solutions for our require...

How to calculate labour cost of operation of Prod Order before release CO02

Hi,I have to write an implicit enhancement for  release operation in CO02 tocde for a prod order. In the enhancement I have to calculate the material cost and labour cost of the raw materials (ie total production cost) and compare the total with sale...

Labels in this area