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

ALV With Trafic Lights

Dear All,Can any body give me the brief discussion regarding the usage of Trafic Lights,In my report I need the signals.If the amount exceed to 2,00,000/- , the Signal as Error  ,If the amount b/w1,50,000/- to 2,00,000/- , the Signal as Warning ,So P...

Resolved! Page break in smartforms

Hi All,      I  have created a smartform and in page 4 i have created a template. The problem is,  there are more no of records and im able to fetch only upto the page limit. I also added page break and run time error is being thrown. if the no of re...

Idoc Status 51

Hi Experts,I am facing issue in Idoc. It is showing status 51 - "Application Document not posted". FM for Inbound processing is "IDOC_INPUT_POS_INV_MANAGEMENT".In that Inbound FM when I debugged it I found the FM "PRASE_IDOC". This FM is showing no. ...

Time out Dump ?

Hi Friends,     How to improve performance of following code,LOOP AT IT_NONF ASSIGNING <NONF>.      CLEAR : LV_CHAR.    IF <NONF>-MATNR+0(1) CO VALID_CHRS.      LV_CHAR = <NONF>-MATNR+0(9).    ELSE.      LV_CHAR = <NONF>-MATNR+0(6).    ENDIF.      CO...

Resolved! Reg:Webservice

Dear Experts,I have a requirement that i need to consume a web service to read serial nos for a given Sale order no and store them in a custom table.Please find my code snippet.DATA:  http_client           TYPE REF TO if_http_client ,           http_...

Please guide me how this Delete Statement is working

DELETE ITAB WHERE segnam = 'ZCREEXT' OR                                   segnam = 'E1LFA1M' OR                                   segnam = 'E1LFB1M' OR                                   segnam = 'E1LFA1M' OR                                   segnam =...

Resolved! Sending SMS Using ABAP Report SWN_TEST_SEND_SMS1

Hi Friends,Pls. help me out in proper usage of report SWN_TEST_SEND_SMS1 to send sms from abap report.Input: My mob. No (XXXXXXXXXX) 10 digitsSubject testContent testOutput:WF Notif: Test Sending an SMSSMS sent:                                       ...

Resolved! BADI Scenario

Hello ABAPer,                       As i am new in ABAP i have one Query i.e  There is one scenario , a badi consist of multiple implementations & i wish to execute only one implementation then how can i execute that particular implementation.Thanks ...

SAPSQL_ARRAY_INSERT_DUPREC dump in SPAM on phase CHECK_INACT_OBJECTS

Hi, Guru!I'm try  to import SAPKE60092, on the phase CHECK_INACT_OBJECTS system dumped SAPSQL_ARRAY_INSERT_DUPREC.Runtime Errors         SAPSQL_ARRAY_INSERT_DUPRECException              CX_SY_OPEN_SQL_DBDate and Time          18.05.2013 00:06:10|Shor...

Resolved! Issue in the Script

Hai All I am using perform statement in sap script.I need take a "Terms of payment" text in a PO, the length of text is 180, but when return the text to script only take the 80 first words.The ABAP code is:data: text(255) type c.call function 'READ_T...

Labels in this area