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.
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...
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...
1.how to connect sap to internet.How to configure that?parameters:pmail(100) lower case.data:dummy(100).data:http_client type ref to if_http_client.data:w_string type string, w_result type string, r_str type string.data:result_tab type table ...
People, I have a basic doubt about debug:Inside a debugging session, it is possible to save all the parameters of a function module, so that I can use them after in a execution through se37?Thank you!
Hi iam new to abap objects. I was interested in bdc with oops. If any one knows the procedure send me, if possible with any sample code.................
Hi All,I've got installed my system with SAP R/3 Version 5.The problem is when i type the abap program the keywords are not displaying in blue color.I failed to see the version also(system->status).Kindly help me out plsssssssssssssssssssssss...........
Hi, I use the AT END OF statement to group the internal table (VBDPL Document Item View for Delivery Note). But, i found that the statement inside the at end of is executed in every loop. What is the possible cause of this??Regards,Kit
hi experts,please give me tables and fields for following report, and also exlain me briefly,Generated a report which gives PR(Purchase Requisition) analysis using ALV.thanks in advance,radhakrishna
Hi,I would like to find out that which user id has moved a particular transports in a given test system? I was unable to find this in the transport log? Any idea on where to look for this info (source system, target system....) ?thanks for the quick ...
Hi All,I have a requirement to create an enhancement that will post a corrective FI posting on the back of a MIGO or MIRO transaction.Some details of what is to be posted will come from the material document, and some other from the FI documents.I ha...
Hi All,I have a requirement to create an enhancement that will post a corrective FI posting on the back of a MIGO or MIRO transaction.Some details of what is to be posted will come from the material document, and some other from the FI documents.I ha...
Hi, I have a really simple problem but in the moment I can't find the right solution, so I hope you can give me a hint...I try to calculate a percentage-value based on 2 given amounts (of money). So my codings looks like this:diff_amount = amount - ...
hi, can any one tell me how can i refresh a selection screen?i mean that the first screen is not a gui screen it is a selection screen. i.e screen com from select * into itable from zemp_sh. write: itable-emp_name, itable-emp_phone,....etc. and the s...
Hi , I am having a requirement where i need to make a particular field to be mandatory for a certain condition in Material Master. Say for a Product Hierarchy i want to make Volume Rebate Group mandatory ( Sales Org 2 View). Please suggest the possib...
Hi all,tell me a good sequance to be good abap developer? (i.e. i just finished the courses bc400 "introduction to abap workbench" and bc430 "abap dictionary" what must i do after that) thanks in advance,Rachita..
I was trying out the file handling features in abap. I tried using the 'ws_upload' and 'ws_download' functions. But there was a window which popped up and said, "function obsolete". I could use the function though. My question is, If 'WS_DOWNLOAD' AN...
Hello Masters, I am new to SAP-ABAP,could anyone help me to get the BDC code to update the customer master data by using the t.code XD01 and VD01. ThanksVarsha.
hi, plz tell me how can i control from the code the properties of the component on the screen. (i.e if i have txtbox on screen and i set it invisable on the design mode, how can i from the code change it to be visable. also how to enable and disable ...
HI Friends, Can anyone tell me how to update the field ZLSPR of table BSEG? I've a 700 line abap program and I should include some logic in this program to make an entry into BSEG-ZLSPR. Is there any FM/BAPI available? Is BDC a healthy approach?. My ...
Hi, Im new to SAP. can someone help me on how to change layout for invoice in FI module. the problem is i dun know the form name which was originally created... Thanks, appreciate your feedback.Govindappa.
hi all: i'm new abap developer. imeet aproblem with the radiobox, it is appear in the screen checked but i'm cleared it by the code and it is not unchecked. (i.e. data: radio1(1) type c, radio2(1) type c. at the process before screen output. module s...
Dearest All, May I know how to suppress the print and download options from the System Menu Bar ? The application toolbar can be deactivated but how do I deactivate the 'System' Menu Bar so as to prevent the users from printing and downloading the re...
I have 3 parameters in my ABAP Program: Parameters: p_date like ZSTATS_CUML2-zdate , p_user like ZSTATS_CUML2-account, p_tcode like ZSTATS_CUML2-tcode. and I put entries in table tab_1 from ZSTATS_CUML2 table as follows: select ...
Hi All, I am having problem finding a right bapi for create a customer. I am using "bapi_customer_createfromdata1" to create a customer. Problem is i couldn't find a structure to pass sales org. data as well as partner functions. Please help me. Feel...
Hey everybody! I´m writing my diploma thesis in the field of BW and I have to do a little time conversion. I hav a date like "22.01.1980" in my source and two destination fields CALYEAR (YYYY) and CALMONTH (MM/YYYY like 01/1980). What is the easiest ...
Hi. I would like to know if there is a way to send appointment/meeting requests to MS Outlook from SAP (ABAP). I know how to send Email from SAP to Outlook with/without attachments using the "SOI1" Function-group, but I don't think (or I didn't find ...
Hello Experts, I'm working on a user exit for transactions me51N and me52N in order to set restrictions for some fields on the account assignment data section (assets, orders and wbs elements). I already found the user exit MEREQ001 (EXIT_SAPLMEREQ_0...
Hi,I am VERY NEW to workflows and am trying to create my first workflow. I initially set up all of my steps with myself as the responsible agent. I am now trying to identify the responsible agent via a method. (We determine approving agents by certai...
Hi all, I have a problem with Object type: Absence, Event: Requested. When a leave request is created the event Request is no longer triggered. When looking at the event trace there is no events for Absence. This used to work before and I am not sure...
hi if i create application for particular object like va01(sales order) whenever sales order is created, my workflow also triggered.i want trigger my workflow only by me! is it possible?thanks in advancemanosh.