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

Resolved! BAPI_ACC_DOCUMENT_POST

Hi,Can some tell me how can I use BAPI - BAPI_ACC_DOCUMENT_POST to create GL Account Document for General Ledger (FB50L). I need to pass 2 cutom fields (Z-fields in BSEG) for each item. I think I'll have to use Extension1 or Extension2 but don't know...

abap dump error

[code][code]in prd server have 4 clients. transaction kp26.... in main program saplkpp0.... error occurs in prog ' cocc2004' cuz... internal itdat1 has been declared in cocc2004 which does not have a component ' txtupl'. but in the include rkccai02 i...

Resolved! Jump into MD04

My question is how to get into transaction MD04 with filter set on initial screen.Filters are available after marking checkbox on that initial screen.I can set material number and plant via SET PARAMETER... but this method doesn't work for checkbox '...

Resolved! Enhancement

hello everyone I have a Question based on my own requirement. It is based on Travel management.whenever i create a record in travel profile IT 0470 using PA30 for an employee then user exit should be triggered to create default record in flight prefe...

Resolved! transaction VKM1

hi!i need to add new field to this transaction, is it possible to change it without creating new program?i found perform user_exit_fullen..... but the form is empty,is it possible to connect a userexit o this transaction?regardsyifat

Resolved! Export file size

Dear SAP Gurus;Mentioning below concern lines of code; this code is to extract data from SAP and export in XML format. With this data is getting exported when record are few (less than 50000 Characters) once exceeds XML getting created with errors.My...

Resolved! how to read it

data: begin of ttab occurs 0. include structure tline.data: end of ttab. data: name like thead-tdname. parameters: p_aufnr type aufk-aufnr. concatenate sy-mandt p_aufnr into name. perform read_text tables ttab using 'KOPF' ...

Resolved! Function Module required

I am uploading excel sheet into ABAP. I was using gui_upload function module. Problem is the excel sheet is having fields which are getting different number of columns for different excel sheets. So, i am unable to use gui_upload function module. Is ...

Resolved! 2 questions...

Hi guys!Question 1.I have pasted below the select statement I have made. I am not sure if this is the most optimal query. Please post you alternative SQL that is faster and efficient.SELECT MATNR MATKL MEINSFROM MARAINTO TABLE ITAB_...

Labels in this area