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

How to display the data reading from internal table (in smart form table) in header area.

in my smartform there is code in the table control.IF lt_final-kschl = 'JCST'.   lv_text_cv = 'CST'. ELSEIF   lt_final-kschl = 'JLST'.   lv_text_cv = 'VAT'. ENDIF. CONDENSE lv_text_cv NO-GAPS.if i keep the code in main area i was able to get the valu...

Resolved! deleting rows from internal table using where condition

Hi, I'm trying to delete records from an internal table based on a condition.But i'm getting "field specification missing " error.DELETE it_excel WHERE ( ( valid_from between wa_tab-valid_from and wa_tab-valid_to )                                    ...

ASCII Code to SAP

Dear Friends,I have a requirement to fetch data from Non SAP System where the data is in the form of ASCII Code.Here the Procedure is, The Non SAP System is installed with Weigh Bridge Software where the weights are weighed and saved in the form of f...

problem with layout

Hi experts,          i have zreport when i tried to display the report am getting problem with column name. when i tried to minimize the width of column after display am getting proper column name but it should come by default.if i tried with differe...

Resolved! Use of Multi ALV's

Hello Gurus,     I have to create a vendor details report where with the help of vendor number I can see all the details of vendor related to his personal detail (1st ALV) , any bid tender details (2nd ALV) , any details changed by any employee (3rd ...

Resolved! PM order and sub order

Dear Mentor/s,I have created one main/superior order in PM and further split it into two sub order. I have received the external service for sub order. The main order value is 150000 and two sub order value is 100000 and 50000. Further i have settled...

devoloping the BDC For material schedule update for me38 but gives the error :-BDC_INSERT, session not opened

report ZBDC_ME38        no standard page heading line-size 255. *include bdcrecx1. *parameters: dataset(132) lower case. *** DO NOT CHANGE - the generated data section - DO NOT CHANGE    *** * *   If it is nessesary to change the data section use the...

Resolved! Using CL_GOS_MANAGER / VIEW_ATTA with container: problems?

I'm creating an instance of CL_GOS_MANAGER and afterwards calling START_SERVICE_DIRECT requesting the attachment list (VIEW_ATTA), in order to create attachments in a custom program. So far so good.The problem lies in that, when shown inside a contai...

Union tables in query

Dear Friends,Could you give me some guidence about how to union tables in SQ02? I put the table MSSL into "Alias tables",  but no use here. Now I want to make  query to list the stock and value of packaging materials.I use the table MARD as the basic...

ALV Tree Subtotal

Dear All,I'm working on a ALV tree using cl_gui_alv_tree. My requirement is to calculate the percentage of column B in the header node using the subtotal value of column A.However, when using CALL METHOD g_alv_tree->GET_OUTTAB_LINE after CALL METHOD ...

‘GUI_DOWNLOAD ‘doesn’t create comma delimited file.

Hello Experts,I’m working with ‘GUI_DOWNLOAD ‘and according to my requirement I have to create file on local ‘COMMA DELIMITED’. I’ve tried everything but it’s not working for. Can somebody please take a look at my following code suggests how to make ...

Resolved! Prevent specific notification types from being created/attached in IW31/IW32

Experts,I have a business requirement to prevent users from creating/attaching a specific notification type (type "N2" notification) when creating or changing a work order (IW31/IW32).  Business has additional requirements when wanting to create/atta...

Creating an itab of itabs

Hello Experts,Is it possible to create an itab of itabs.For Example :types : begin of gty_cum_opco,        matnr type lips-matnr,        vtweg type lips-vtweg,        land1 type vbpa-land1,"Land        month(5) type c,            end of gty_cum_opco....

Resolved! Report Generation

Hi Everybody,I have developed a report program.It runs good at ABAP Editor(SE38) And it has a selection screen.It displays the report in ALV grid Display.But when i runs through a transaction for the program and tried to run the same using the create...

Labels in this area