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! problem fetching the data from from VBFA table

Hi i have the following code segment in ABAP. SELECT  MKPF~XBLNR MKPF~BUDAT MSEG~MATNR MSEG~MENGE MSEG~SHKZG MSEG~BWART INTO   corresponding fields of TABLE LIT_MDOC     from ( MSEG          inner join MKPF           on  MKPF~MBLNR = MSEG~MBLNR     ...

Alv Grid -- field name heading missing

Hi ,Here am creating a alv report . in my ouput am not getting output field name please help me *    n.a.                                                              * ************************************************************************ REPORT z...

Resolved! Added custom Field in Qa32 from se36, but search help not reflecting.

Hi Friends,I have created custom field in QALS table and have added added the filed in QA32 from se36(Logical Table). now i am able to select the custom field from tree(Top left corner) but the F4 functionality is not working(it displays plain Input ...

sivab4u by Active Participant
  • 836 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! Inner Join on subset of a Table

Hi,Here's an example of what I'm considering.  I've read a lot of posts regarding getting the latest entry, but not really seen what I'm dealing with.  Say I have two tables:     table1                                                     table2      ...

Resolved! ABAP OO Doubt - validate call method.

Hi experts I'm beginer in ABAP OO and i created this code :output-cep = ch_adrc_struc-post_code1.             TRY.                 CREATE OBJECT lr_cep.               CATCH cx_ai_system_fault .             ENDTRY.             TRY.                 CAL...

Resolved! Enhanced standard transaction Qa01 but on first saved data not displayed

Hi friends,I have enhanced standard transaction QA01 with custom input field(TRANSL) in modulepool screen 100. so it is working fine when i enter data and click on save. it is getting updated in table. but the problem is when i enter QA02, QA03 the f...

sivab4u by Active Participant
  • 9390 VIEWS
  • 11 REPLIES
  • 0 Likes

Resolved! Services procurement - Pricing Access sequence error for Custom fields

Hi Experts,We have created 3 custom fields in KOMP structure. Which is required to create condition tables, access sequence. We have successfully created condition tables with the 3 fields along with the standard fields.While creating access sequence...

GaneshRK by Participant
  • 1039 VIEWS
  • 2 REPLIES
  • 0 Likes

How to download ALV output default format into Excel sheet using custom download button

Hi Experts,I have requirement to download the alv output format in to excel sheet but while i am downloading using custom button system not downloading displayed format, Its downloading as per internal table set. So anyone can help me for this requir...

Read RTF file

Hi all ,I need to read RTF file in Back ground and save this in to Basic text of material .For saving text there is no problem but to read RTF file background is not working usingIMPORT_TEXT because it is using GUI_UPLOAD .So,How can i read RTF file ...

How to call screen of custom program as popup screen in standard transaction

Hi friends,I have created a custom button in standard vl02n transaction in application toolbar. now when i click on this button it should display my custom screen as a pop up from my custom Ztest program. how to achive this requirement. the functiona...

sivab4u by Active Participant
  • 7034 VIEWS
  • 9 REPLIES
  • 0 Likes

Need to download .csv file without header row from SAP

Dear All,i am trying to download file format CSV with out header line i tried with below code      CALL FUNCTION 'GUI_DOWNLOAD'       EXPORTING         filename                       = lv_file         filetype                         = 'DBF'         ...

events in custom table

hi experts,i am using 'create new entry-05' event in my custom table. here am restricting the zeros in two field  and checking the date whether the endda is greater than  begda if its is less than am displaying error message . but the problem is that...

Resolved! Close_Form missing

Dear experts,My customer face an output type issue.When runnig  T-Code FBCJ to display and check lot for check receipt, an error marked as red nod, it says CLOSE_FORM layout set missing..And user said he cannot print  becau se of this error.This issu...

How to download internal table to a specific excel file and into its specific sheet

Hello everyone,I need to export data from SAP to a specific excel file and into a specific sheet. For example, let's say there are already two sheets full of data in that excel file and i'd like that data to be exported into the third sheet of it.Is ...

REUSE_ALV_LIST_DISPLAY append list checkboxes

Hi,I am using REUSE_ALV_LIST_DISPLAY to display two lists after one another:     PERFORM append_event   USING    slis_ev_end_of_list                                     'LIST_2'                            CHANGING lt_alv_event.   CALL FUNCTION 'REUSE...

Labels in this area