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

what does this mean?

FORM  subtotal_text CHANGING                p_total TYPE any                p_subtot_text TYPE slis_subtot_text.    IF p_subtot_text-criteria = 'BEDAT'.     p_subtot_text-display_text_for_subtotal = 'Average Landed Rate'.   ENDIF. ENDFORM.       Thak...

Resolved! Dynamic search help.

Hi expert...am facing a problem in my program.am having 4 fields in my screen,i want to have dynamic search help in the first field(process code,see image) only when i click 'flag' button (i.e display<>edit ) .actually i have written a program,but my...

RFC Import structure

HelloI am using COM / OLE Objects to connect RFC SAP I can log in, send my export structure and I get my import as structure but I am not sure how to read the content of structure I just can read columns name, if I read value of the structure always ...

Update task

Hi experts, I tried using CALL FUNCTION xxx IN UPDATE TASK in a program,after before COMMIT the program reaches to this statement and as per the SAP it should get registered in VBLOG table but when I checked VBLOG table there wasn't any entry in this...

Hi Gurus

Hi Gurus, I want to update contact persons mail id in customer master xd02 through bapi. Is there any bapi to update email id of contact person in customer master.Moderator message: please do more research before posting, use meaningful titles when p...

sap abap : which table is used to get the excise invoice for Depo invoice

Dear Friends, Here My requirement is I have to get the excise invoice by depot invoices , I am getting the excise invoice by factory  invoices, here I have used a table   SELECT SINGLE exnum exdat FROM j_1iexchdr CLIENT SPECIFIED                     ...

Resolved! linking of two tables without having key fields for vendor details zprogram

Dear expertsIn my zreport i have made it to show vendor details  and after grn mail is delivered to vendors. I have made a functionality of sending mail to multiple vendors also. For that sake i have to use loop for lfa1 and there is a address and ma...

Resolved! Make the fields mandatory in the output using INPUT ON

Hi Experts,In the report, two fields are coded for output like this     IF pa_eco = 'X'.                                            WRITE  97 it_auftr-zz_herkl INPUT ON.                      WRITE 105 it_auftr-zz_stawn INPUT ON.    In these 2 fields,...

Resolved! Binary search problem

Dear Experts,I am having trouble in reading internal table through binary search.This is my code :Case Ist:       SORT it_mseg by mblnr mjahr.       SORT it_mkpf by mblnr mjahr.               LOOP at it_mseg INTO wa_mseg.         id1 = sy-tabix.    ...

How to downlaod field symbol table data into excel in background with header

Hi Gurus,I have table header data in LT_FACT (no   name   section)lt_fcat      TYPE lvc_t_fcat,<FS_TABLE> has 100      sudhir     engg                            200      raju        mcaand table data in <FS_TABLE> TYPE STANDARD TABLE now my problem ...

table control changes

Hi friends,              I have a table control and a button validate when i press validate it does all validation success, after that if the user tries to change any data in the table control . and then if he tries to save he should not be allowed t...

Resolved! Creating dialog box or pop-up screen to enter email id for sending PO Adobe form as an attachment via email

Hey All,My client requirement is to send the PO adobe form as an attachment via email. The process of sending via email is not straight forward. His requirement is to first preview the form so that he can manually validate the form. If every thing is...

Resolved! Screen Exit for IW31?

Hi all,guys my task is to add a custom field(date field) to the screen of IW31. i am looking for a screen exits using transaction SMOD and i did not find any.i found this enhancement IWO10012 in SMOD which did not have any Screen exits. Please guid m...

Labels in this area