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

Resolved! ztable validation

hi friends,I have two fields in my ztable calle authouized_by(name of the person who was responsible) and effective date(todays date if not filled)sould be FILLED automatically filled when its saved.how could i achieve this? could anyone of you pleas...

Resolved! Custom pop up screen

Hi AllI am triggering Custom Pop Up srceen from the initial screen of CC01 using customer exit.When I enter the values in Pop up screen and hit ENTER, I need to capture the values from Pop up screen and go to the next Screen of CC01.But I am not able...

PE51

Hi, I copied that standard form UF01(in PE51) to ZF01. I want to customize what values show up from the RT table. I have a window and a group with in the window. I metioned the table name as RT and ID as **01 (Earnings). Where can i customize, wha...

Resolved! modify statement

I want to modify one internal table from another internal table.I have my code as below it2_vbrk = it1_vbrk. DELETE it2_vbrk WHERE aubel <> space. SELECT vbelv vbeln INTO it_vbfa FROM vbfa FOR ALL ENTRIES IN it2_vbrk WHERE vbel...

Resolved! User-exit

Hi all, This is the code i am writing SUBMIT zr_ecr_docs VIA selection-screen WITH p_chgno = v_aennr AND RETURN.in the user-exit for CC02 transaction, whenever i enduser does the changes in CC02 tr...

Resolved! error msg

Hello there,This is more or less like a follow up to my previous post.I was told that I can store the msg as text like this:MESSAGE ID '5r' TYPE 'e' NUMBER '125' INTO err_msg.however, in the case of e125(5r), the error is Error in write target fil...

Resolved! SAPscript

Hi,I need to draw a vertical line in table after a table item called 'Serial no. '. In the editor, should i use &vline& as new command( /: )or can i insert it in between a paragraph text line. Please send solution with few lines of code to support yo...

Resolved! Type 'E' Message Catching

If I call an SAP function and it calls subsequent SAP function modules. A few levels into the calls, one of the SAP function modules issues an 'E' level message which dumps back to my main screen with the message at the bottom. This all startes ins...

Resolved! Internal table size

In the program, if i execute a report with four sales orgs on selection screen.while processing one internal table filled with 120 thousand records and processing time its taking13 hours. if i execute the same report two sales orgs its taking 3 hours...

Resolved! CIF Document

Hello ABAPers, Can someone provide me a document on CIFFING procedures from R/3 to APO and vice versa (If possible from the scratch). Please let me know the prerequisite to do this.Thanks in advance.Best Regards, Siva.

Resolved! Long text table

Hi Folks!I was looking for the table where the long text is saved in the database when using the FM CREATE_TEXT.I know that the table 'STXH' is updated, however this table does not contain the text.Can anyone knows in what table this text is in?Thank...

Resolved! Bapi fm

Hi,Can any body tell me how to create BAPI function modules.Are they create like normal functional modules with se37 or any different T.code?Any body have good notes about bapi please send me.Thanks&Regardsnithin

Resolved! Module Pool Program

Hi to the entire network of SAP - ABAP er'sI am Harini and very new to SAP - ABAP environment , earlier i was working with software testing.now i have shifted my domain to SAP - ABAP , i request the team to help me out in writing a module pool progra...

smart

hi friendz,i am working on custom developed smartform and print program,below is my driver program.but am in a confusion how to define the <b>form interface in smartform.</b> according my requirement it is needed to use a inner join for the followi...

Hierarchical ALV

Hi All,I Have a Hierarchical ALV which has a Quantity field in the Summary level and also in detail Level and they both are named the same. Would it be possible to include the Summary level Quantity also into a Subtotal line at end of each of such H...

Resolved! date calculation

Hi,I have three variables which store yyyy, mm and dd (and all are of C type). Now I want all of this into one variable which is of the format sy-datum so that I will be able to compare this with sy-datum.(like if wa_datum LE sy-datum, perform this e...

Labels in this area