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

Resolved! Field Symbols help

HI,i have to use read for table type field-symbolsi try FIELD-SYMBOLS: <col_actual> TYPE STANDARD TABLE, <t_act> type any. READ TABLE <col_actual> ASSIGNING <t_act> WITH KEY child = wa_node_tab-znode.and i get error :The specified type has no st...

Print Pdf in SAP

Hi Guys,I have a requirement to print a pdf document in SAP that is stored in a binary format. The pdf document should be printed in background with no user interaction. I have been investigatng ADS and looking into using the if_fp_pdf_object interfa...

Resolved! Company Code and NIF

Hello,I would like to now on which table is maintained the company code and its related NIF, for example BUKRS = SAP1 STDC1 = 000389838But I have not been able to find on which table this data is saved.I already asked to our functional team but no an...

SAP Toolbar on FB03

I plan to access the SAP Toolbar on FB03.Is this screen using SAP Toolbar BC-CI?I plan to use code similar to this for adding a button:http://help.sap.com/saphelp_nw04/helpdata/en/8f/bcc23657ad0730e10000009b38f839/frameset.htmTo access the existing T...

SAP_BC_WEBSERVICE_USER. Is there another role like this for R/3 Enterprise

Hi gurus does any body knows which role SAP_BC_WEBSERVICE_USER instead is used in R/3 Enterprise 4.7 version ?my problem is that i have a remote client and i want that the client use a webservice inside R/3 .I find SAP_BC_WEBSERVICE_USER could works ...

Resolved! ABAP Code

Hello friends,I am changing data at the table level and am able to do it. owever just for Safety purpose We are planning to make the entire table data as a Backup. when we change the data in tables and if something goes wrong we want to restore this ...

Code for - 1 Record

Hi, How can i achive the following please see example below.select * from MARA where MATNR = 'MATERIALB'Write: MATNR.So in the above statement i want the record to find Material B and show me the previous record if that makes sense.Suppose the t...

Resolved! How to make SY-DATUM in the TO portion of the Selection option in a variant

If I want always the TO portion of the selection options in a variant of a non custom program to be SY-DATUM, how do I do it? I cannot modify the program as it is a non custom program. I just want to make to TO portion of a variant to be always SY-DA...

Resolved! Table USREXTID

Hello,I was wondering if anyone could explain me what is the use of type LD in table USREXTID. I am looking for a way to login to an R/3 system through LDAP, and this option caught my eye. Can anyone give me some information about it.If this section ...

Resolved! new line break problem

Dear All,I am inserting some lines text into a TextEdit Field on the WebDynpro side and save it.SAP Backend-System interprets new line breaks (line feeds)which I have entered before beginning the next line through pressing enter buttonas ##. This inp...

top-of-page issue...

Hello,I want header to be printed on each page of report. So I am using I an using top-of-page command to print data as follows.Docnum--amtcustomer--date:::::**********************************Summary************************************Total amount fo...

cant open the file

hi guyz,i am trying to open the file (.txt) using program but i cant for some reason..when try wid run .....the file is there in specified location...sy-subrc = 8.code:OPEN DATASET p_file FOR INPUT IN text mode . IF sy-subrc = 0.Upload data from FI...

Labels in this area