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

Resolved! ABAP: Smartform exception handling

Dear Abap Experts ,How can I handle exception  while calling the smartform and when incorrect parameters are sent to the smartfom.I have used following code but problem not resolved.             EXCEPTIONS           formatting_error     = 1          ...

import command in OO

I need to import some tables in badi IF_EX_ CUSTOMER_ADD_DATA ~ CHECK_ALL DATE, to save some tables that I use the screens. I used the export code on the screens and badi in import command, but it seems the import field is not supported in OO. Anyone...

Resolved! SPLIT command not working

Hi Experts,I am uploading a note pad file separated with tab to application server using CG3Z.Please find the screen shot of CG3Z from attachment.But while using :TYPES : BEGIN OF tys_strc,   bp_num(10) TYPE c,   reltyp(6) TYPE c,   partner2(10)  TYP...

Please tell me a BAPI to get Closing balance of customer account based on Sales Organization?

Hi Experts,A requirement has come up where I want to get Customer closing balance based on its sales organization as this particular customer is extented to 2 different sales organizations. I want to get the closing balance of individual sales organi...

Resolved! how to disable gui security pop-up of gui download function.

please help regarding this issue.how should I avoid the security pop-up when this function module is called??CALL FUNCTION 'GUI_DOWNLOAD'     EXPORTING       FILENAME                = LV_FILE       FILETYPE                = 'ASC'       WRITE_FIELD_SE...

SAP Smartforms

Dear All,I have created a smartform. In that there are two pages. First page should be portrait format and second page should be landscape format.Both pages having internal table and it contain multiple records.The problem is, if page one have more r...

Resolved! Sq02

Hi ,I have coding in Additional field i have created in Sq02 .Additinal field  PAid on ...Type cand coding is belowdata: t_augdt like bsak-augdt,if t_augbl =''. Else.   payment = t_augdt. endif. Now when I run report date come YYYYMMDD .When I chang...

Resolved! Contract(ME31K) taking too long to save.(RFQ has 4000+ items)

Hello Experts,I am creating contract with ref. to RFQ and its taking 30 mins while saving the transaction(ME31K)I could see below the response time. Response time          2150849 ms Wait for work process          0 ms Processing time          210094...

Z code for F-02

Hi All,I want to have a new field created in F-02 besides the account number and posting key and while simulate I can have an option to change the value in this z filed.As per my understanding it is not advisable to create Z field in standard F-02 co...

time field content

Hi friends.I have the following doubt about a screen field with time format (CI_FLEET-time type sy-uzeit).It only happens in field content in a screen exit in XTOB function group to IE01/IE02 transactions.We have a time field added in a new custom sc...

glauco by Active Contributor
  • 635 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Split Logic in HR ABAP

Hi Experts,I need to a code snippet or a sample program which has the split logic functionality.I know that in HR ABAP we have a standard functionality using PROVIDE and ENDPROVIDE which performs the split based on the records in the specific period ...

thirus11 by Participant
  • 994 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! Expensive select using Inner Join and For all entries

The below select query is very expensive and taking a huge time to fetch records.SELECT a440~oiu_ct konp~kbetr            oiu_rv_cmcd~ded_rmbrt_am a440~datab                          FROM oiu_rv_cmcd                          INNER JOIN oiu_rv_cmcc   ...

Labels in this area