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

Entry deleted from workflow, still shows up in 'in process' tab in Stock adjustment transaction

Hi All,I need some help regarding one workflow issue.1) An item is logically deleted from workflow. There is a transaction for stock adjustment which has two tabs 'in process proposals'  and 'completed proposals'. Now when this transaction is run, th...

xml to html using xslt

Hello     I want to convert xml file to html with using xslt file. in c# I can do easily with below code. How can i do in abap. var xslt = new XslCompiledTransform(); xslt.Load(@"C:\2013000000007.xslt"); xslt.Transform(@"C:\2013000000007.xml", @"outp...

Return Sales Order

Hello all.I am trying to create a return sales order from invoce . I was using 'Bapi_CustomerReturn_create'. Can any one please help me , from which table i get the data for filling in this bapi and creating the return sales order . In doc_type what ...

Not able to update MARC-INDUS (MAT CFOP) field through BAPI_MATERIAL_SAVEDATA

Hi Experts,We are trying to update MARC-INDUS field through BAPI_MATERIAL_SAVEDATA.We are passing Material No. in HEADDATA and INDUS field value in PLANTDATA. This value gets updated only if Material has MRP view created.If material does not have MRP...

Resolved! Dump TIME OUT.

Hello guys.I have a program that accesses other environment sap by RFC. This program runs on daily job. Began to occur in the program dumps (see attached dump1) for the return of the RFC and the environment (destination) of the RFC was also dump (see...

Resolved! Abap logic

Hi Experts,I have small query,Let's say i have data in notepad as abc,"sunil,kumar",100,"praveen,kumar".xyz,"sateesh,kumar",200,"sukesh,kumar".Now my requirement is , i want to replace the , with + symbol but the , in the (double quotes)  should rema...

Submit Mb52

Hi All,I am submitting the MB52 in the report by using the SUBMIT. It is considering the Default Variant that is saved for the MB52. I want to know is there any way to remove the Variant and run as normal even though they set the Default Variant..Bes...

BH2408 by Active Contributor
  • 1466 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Not mutually convertible

Hi experts,I have an issue with the following code in BW. what i am trying to do is to create a new record with a new valuePRCTR = '9999999' and then add it to DATAPAK which is the data packet.DATA: l_s_datapak_line type TRANSFER_STRUCTURE,        l_...

Resolved! CALL TRANSACTION issue

hi there, i have a ALV with a link where i can 'JUMP' into transaction MB52. I am using CALL TRANSACTION for that issue:            SET PARAMETER ID 'MAT' FIELD gt_alv_out-matnr.            CALL TRANSACTION 'MB52' AND SKIP FIRST SCREEN.Now to my prob...

Find the correct BADI : BADI should be triggered after the Release order flag in CO01

Hi All,In the CO01 t.code i gave the order number in the initial screen and in the second screen we have the Release order flag on top left .I need to do some validations after i press that flag. I tried the cl_exithandler method and i didn't get the...

Resolved! ABAp new debugger

Hi folks,Need help.Whenever i start with any debugging session the tab "Table contents" open.I don't remember i made any changes in settings.Please help me to make the "Desktop1" as the default window for any debugging session.

Resolved! Error 'GETWA_NOT_ASSIGNED' when processing Inbound IDoc in BD87

Hi Experts, I am trying to process an IDoc of the basic type ORDERS05 through the WE19 transaction using Inbound Function Module : IDOC_INPUT_ORDERS and I am getting a short dump in ST22 and the IDOC is not getting processed. We have Upgraded the sys...

Resolved! Park FI document - getting error as SAPSQL_ARRAY_INSERT_DUPREC

Hi Experts,When I tried to park FI document using the SAPSQL_ARRAY_INSERT_DUPREC with the help of user exit. I am getting error message as "Express document "Update was terminated" received from author. Also In ST22 getting error message as "SAPSQL_A...

Labels in this area