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

Resolved! Saving Hexadecimal data

Hi,I have a hexadecimal file , which I have in an internal table. The contents of the Iternal table are from a PDF file on my local machine, by calling: CALL FUNCTION 'GUI_UPLOAD'What I want to do is save this information in a database table, so tha...

FM CRM_ORDER_MAINTAIN

Hi guys,I am trying to create orders using CRM_ORDER_MAINTAIN, but the orders are not created and there is no error messages. I am just using 2 tables for this task, CT_ORDERADM_H and CT_INPUT_FIELDS. I have fill in the fields that I want to change i...

Resolved! SAP Tables

Hi,Can anybody tell me what all are the main delivery info tables in SAP And I would like to know if there is any way I can find out what all r the main tables in sap for a particular catagory like delivery, shipping, invoice etc.kelly

Resolved! Execute Authority Check With an different User then the logged on one

Hello, is there any possibilty to make the command "AUTHORITY-CHECK" with another user then the user which is actually logged in into the system.For Example: my Username "USER1".Login with user "USER1". Run ABAP Pogramm to check if user "USER2" has t...

Resolved! SAP Query SQ02

Hi,in SQ02 I want to select all materials from MARA that do NOT exist in MCHB. I know how to code it simply in abap (probably not the most efficeint:...select * from mara into wa_mara. select single matnr from mchb into wa_mchb-matnr where matnr = w...

Extending BKPF

My client wishes to add an additional field to the BKPF table using a database Append. I have stated that they would be better to use a 'Z' table to store the additional information but it seems that we will be extending BKPF.Does anyone have any exp...

IDOC in LSMW

Hey all,I'm working on lSMW using IDOC processing and BAPI.Iam encountering problems in the partner function.Can anybody guide as to how to go about the entire process of LSMW.If anyone have a suitable document or article for the same kindly post it ...

Resolved! zip uploaded documents

We have some documents that the user occasionally uploads to a quotation in ISA for individual line items. I need to take these documents, zip them to save memory and pass them along to a 3rd party document management system.Does anyone know if ther...

Resolved! subroutine in PAI

Hi,i´m developing a modulpool and in an INPUT module there is a sentence: perform do_selection.This form does exist in an include MZSDXXF01 but when i double click on it says that it does not.I´ve noticed as well that although all my form/endform´s a...

rsbdcsub

hello!i created through userexit a bi.i need to run the bi every time a session name is created.i tried to use program rsbdcsub and create a variant with the session name. through sm36 create a job that run every 3 minutes and runs the program rsbdcs...

regarding do loop.

hey guysi have two questions.1-Does the IN usage in Select query wont retrieve(see) index from table(ie.only = opertion will take index in query?) SELECT BELNR BUZEI BLART MONAT MWSKZ HKONT SHKZG DMBTR INTO CORRESPONDING FIELDS OF TABLE ITAB_TMP...

Labels in this area