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

XML File Generation

Hi Abap Experts:I need to create a XML file from the structure ls_bil_invoice (type lbbil_invoice).This structure is used in the stadard program RLB_INVOICE, the one used for invoice printing.Anyway, with the data provided in this structure I need to...

Send many pdf document

Hi all,I want to send many pdf documents as attachments in 1 time : so 1 mail with many attachments.Is there any FM for ?To send 1 document on 1 time, i can use the FM "SO_DOCUMENT_SEND_API1", But this is not what i want.Thanks in advance,regards.

Modifying PA0315?

Hi xperts,I want to modify a field value in the infotype for a condition given.I dont want to update I want to modify the value for the given condition in the infotype pa0315.Give me the syntax for modifying infotype for a single field.For e.g I wan...

Performance issue

Hi,Is there any way to improve Performance other than the loop statement..FORM first_working_day. DATA: save40(1). CLEAR: firstday, save40. LOOP AT it_p0041 INTO wa_p0041. CLEAR f_date. DO 12 TIMES VARYING f_date FROM wa_p0041-dar01...

abap general

Hi experts, can any one give answer to these following questions,it's an urgent reqiurement.1. How to allowing only two values 'F' or ' M' for GENDER filed?i tried this by maintanig at domain level,but is there any other solutions.i just need another...

CO11N issue

Hi,we are facing some interesting problem.User is having authorization issue with the t-code Co11N.Intially we tried to switch on the trace and with the objectthat it has checked, we adjusted the role. Again it keeps ongiving SU53 screen shots , ins...

Resolved! Delete single row

Hi,Can some one tell me how to delete a single row from Database table, where we have duplicate entries using DELETE Statement.Just like Select Single or Select upto 1 row.currently i'm using Delete from PA0022 where conditions.Using this all records...

Resolved! problem with mseg table

hi,I am fetching data from MSEG table but it takes more time to retrive data..... I have tried with secondary indexes also..but the performance of the program has not improved...I am selecting with non-keyfields only .... IF NOT i_mara[] IS INITIAL. ...

ALV Layout problem

Hi expert, I have an ALV report, like the following. (It's just some part of the code, not the whole one). When I want to print out the ALV it gives me a GETWA_NOT_ASSIGNED shortdump and says the there are unassigned fieldsymbols. Now I know if I'm n...

Doubt

HI all.I need to do the calculation for KBETR based on KSCHIL .all fields from KONV table.FormulaIf internal table it_ KONV-KSCHIL has YDISit_ KONV-KBETR = (KONV-KSCHIL) - (KONV-KSCHIL + KONV-KSCHIL + KONV-KSCHIL)pls refer example internal table val...

Labels in this area