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

Infotype 8 data uploading

Hi Expertise,I am working on data uploading for infotype 0008,data is not coming in internal tableafter using gui_upload.00000048    0    20141101    20141130    0008    01    01    01    CLERK    0    MB10    3000    M200    2000    M220    1000    ...

Resolved! ALV Filter Issue

Hello Experts,I have created an ALV report, which have two custom buttons to select and de-select the values in the ALV display. When I filter the ALV with any fields and then select all button in ALV, then it is selecting all the rows in the ALV irr...

Resolved! S_R_INFOPROV->READ end of data never reached

Hi,I am using method to read data from an infocube, my code looks like this:WHILE ( end_of_data  NE 'X'). " As long as not end_of_data          CREATE OBJECT s_r_infoprov           EXPORTING             i_infoprov    = infoprov           EXCEPTIONS  ...

Change Partner of Delivery with BAPI_OUTB_DELIVERY_CHANGE

Hi all,i have a problem and i hope anyone can help me.We would change the Partner Adress in a Delivery with FM BAPI_OUTB_DELIVERY_CHANGE .But it doesn´t work.Her is the code.DATA ls_partner           TYPE bapidlvpartnerchg.       DATA ls_partner_addr...

Resolved! Problem with ABAP memory

Hi All,I have a requirement where i need to export internal table from mv50afzz to mv50afz1. but the problem is  mv50afzz is of type I and mv50afz1 is of type 1.after the export statement when we submit the program it is going to dump. Is there any w...

Resolved! Smartforms formatting

Hi!I'm new to creating smartforms but I have a requirement to format the line items on the invoice depending on the item category. For example, if the item category of the items are ZABC, they should be printed in bold. Then if the item category is Z...

Resolved! Variants Batch Job

Dear All,In our production system when i go to SM37, I am able to see for various programs, variants are like '&0000000527521', '&0000000000009' . Could anyone tell me what are these types of variants, and how are they created. Thanks in advance

Resolved! deleting or hiding empty column from dynamic internal table in ALV display.

Hi Experts,I need help on deleting or hiding empty column from dynamic internal table.I have created dynamic internal and filled data in it now I do not want to show empty columns in internal table on ALV grid display.Is there any way we can find whi...

Use 3 internal table in GUI_Download

Hello expert,i have 3 internal table: gt_header, gt_body and gt_footer. how can i used all 3 in gui_download fm. here is my sample code:  CALL FUNCTION 'GUI_DOWNLOAD'    EXPORTING      filename              = gv_file_name      filetype              =...

name field wrongly moves to work area.

Hi,    in this program,LOOP AT IT_RECEIPT INTO WA_RECEIPT.      "       at end of imatnr.            sum.       WA_SUMMARY1-INPUT = WA_RECEIPT-IMATNR.       WA_SUMMARY1-TXZ01 = WA_RECEIPT-TXZ01.       WA_SUMMARY1-OUTPUT = WA_RECEIPT-MATNR.       WA_S...

Resolved! Sort table problem

Hi everyone,I have a internal table with two columns STATE and ID, using table control user can change the id for specific state. When he press enter i want to sort the internal table by id, but when the state have id = 0 he goes to final of list.Exe...

Resolved! replace all occurrences of blanks only if it is preceded by space in string

Hi Experts,I need help to replace all blanks in string with '_' only if it is preceded by space or specific delimiter such as ":".Please see below examples. Here delimiter is " : ".i/p:    String1 = '10001:M :1001:          :NN'o/P :  String1 = 10001...

Resolved! Adding tabs for additional data in sales (more then the 5 the badi provides)

Dear all,I have implemented ZBADI_SLS_HEAD_SCR_CUS_B in order to create new tabs in the sales order transaction.  This has worked like a charm.  (thanks to http://scn.sap.com/community/abap/switching-enhancing-and-adapting-standard-programs/blog/2013...

Koja78 by Participant
  • 1477 VIEWS
  • 7 REPLIES
  • 0 Likes

Resolved! Converting internal table data to String , for upload of ZIP file to UNIX server

Hi Team,Need your help in below scenario of converting internal table data to string data.git_final - is the internal table where i have more than 1000 lines of data.This table is filled based on select query from customer master data.gv_zip_string -...

Resolved! on change of value--summation error.

Hi,    LOOP AT IT_RECEIPT INTO WA_RECEIPT.      "       at end of imatnr.            sum.       WA_SUMMARY1-INPUT = WA_RECEIPT-IMATNR.       WA_SUMMARY1-OUTPUT = WA_RECEIPT-MATNR. *      WA_SUMMARY1-NETPR = WA_RECEIPT-NETPR.          WA_SUMMARY1-IRE...

Labels in this area