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

Resolved! How to chain several FM?

Hi, All!I have following problem: several Function modules must be called sequentially,cause for example first FM create contract using API FM and second FM make disbursement for this contract using call transaction. I am wrap that FM to one, but it ...

Resolved! Format of select-option

Hi all,is it possible to use a select-option in the "using" part of an form routine?I would like to create a form routine where I can format the select-option into a string to write the result on screen. I have multiple select-options but want to cre...

Resolved! Meaning of Warning Message

Dear all,I have an INCLUDE, say the name is "Z_INCLUDE". I have included it in a program, say the program name is "Z_REPORT". When I perform syntax check in ABAP Editor, the following warning message appears for every single subroutine in Z_INCLUDE.-...

chck box in alv

Hi,problem 1.I have created check box in ALV and i want to display it in First columnn.But it is displaying in all the columns.Can any one tell me how to control it.Here is my code. CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBA...

Resolved! EXIT

Hi,I have a scenario where in a inbound function module, i need to stop idoc processing at some place if an condition is not met.If i use exit it either exits the current loop or block.Any command to stop whatever may be the processing after that.if ...

Resolved! Replacing old logic

Hi all, i wanna know your thoughts on this. I've been asked to rewrite a few lines of codes, as follows: CLEAR CUST. CUST = KUWEV-KUNNR. IF LIKP-TRAID EQ SPACE. IF CUST = '1000000001' OR CUST = '1000000002' OR CUST = '1000000004' OR CU...

Resolved! Vertical lines

frnds, im downloading an internal table to a file(txt file )using the function module "gui_download". i want to have vertical lines between the columns... any suggestions ? points assured...madan.....

Resolved! Function Groups

hi,I am using two inbound function module which comes under the same function group.The includes also remain same, will it be any problem while processing as all the local variables remain same for both the FM.As the idoc will process one by one of t...

Mirror Image of SAP

Hi,Is it possible to view the data's from SAP DB into Non-SAP System application as mirror image n seamlessly intergrate between each other. And when there are changes in SAP DB will it refelect in Non-SAP application for viewing using a middleware.I...

EDI

Hi,I need a set of questions on EDI. The scenario is like, a client has implemented EDI in his company.What are all the questions i should pose to the client to know about his EDI implementation in his company?Eg., How many system are there in EDI, m...

Resolved! Pf status

Hello everyone, Below is a scenario screen 1000PBO(where i need to Set PF-Status (LINK_TELNO) and modify functions. The functions available i.e. the buttons available will depend type of user and the order line item status VBAP-ZZAD_LINE_STATUS. ...

IDoc Mapping

Hi All!I am new to IDoc scenarios,I am having mapping details for which a basic IDoc has to be identified.Using we60,what basic criteria i have to look out for selecting a basic IDoc for my requirment.Please suggest.Thanks in advanceKumar

retrieving data

Hi everyone, i need to retrive data from vbak-kunnr,vbak-name1,vbap-posnr,vbak-vbeln.In Va02/va03 screen after entering sales order number,next screen is displayed based on that sales order number i need to retrive data. could some one p...

Creating month picker

I'm currently building an application which employs period as an input parameter. Problem is, the functional specification defines that the period is picked from a month whereas the application will took the date from the beginning of the month till ...

Resolved! Help with table s510

Hi all,I had a request to create an ABAP report with this tablebut when I select the data from the table. the fields that I am interested does not show data those are the net sales . I will give you and specific detail info. soon.Regards,Gregorio

Resolved! New to idocs and ale

dear friends , i am new to ale and idocs . i was practicing creating idocs . For eg say i wanted to send an SD invoice to a third party system . How would i go about starting the process . What are the things i need to take care of to start with like...

Resolved! BAPI post

HiI am testing BAPI_ACC_DOCUMENT_POST.When I do it using SE37 I get only message 605 –‘Document posted successfully:….’.When I do it using my ABAP-program I have the same message.No update in BKPF, BSEG (although I call BAPI_TRANSACTION_COMMIT in my ...

check

Hi Every one, i am modifying VA01/ VA02 screen, In that screen i have added a new button(telephone icon). when a item line and the button are selected, the following check should be performed.. - check whether the material group field i...

Seeking advice

Suggestion Posted: Jan 4, 2006 12:40 AM Reply E-mail this post Hi Guys,I need a suggestion from you regarding the better option to be used in following case.We are use a standard report called RFUMSV00 for VAT reporrting. Now this allow...

Help on PopUP window

Hi, I created one popup window in VA01 while entering Sold-to-party using ALV GRID. In that popup window i do have 2 usercommands Copy, Cancael. Whenever i select something in Popwindow & press copy it will go for another screen. Is that possible ins...

Resolved! Dequeue for lock entry

Hello,I don´t quite understand the concept of locking customer tables. I created a lock object for table 'Ztable' and in my program use the enqueue function module to lock the table. Then i make some checks. If checks are wrong, I want to unlock the ...

SAP Scripts

I have a script which displays information on one page.Now, I need to add another page in the script without modifying the driver program. Ex: Vendor DetailsPage1: Vendor No., Name, Etc.Page2: Static text.Page1: Vendor No., Name, etc,Page2: Static Te...

Labels in this area