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

Resolved! Field exit not working

Hi,I am using field exit for validation on Quantity in T code CJ20N. The field exit working fine in Dev server but Its not working in Quality server.The profile parameter abap/fieldexit = yes has been set. Is there any other configuration required to...

Resolved! strategy in developing ABAP-Applications in a complex SAP-System Landscape

Hello SAP- Community,Assume that you have to develop a new ABAP-Report in a complex SAP System landscape.The system landscape consist of-          More than 13 local SAP ERP-Systems (separated by Division and/or Regions)-          One central SAP ERP...

In "LOOP ... WHERE ..." the line type of the table must be statically define

Hi Experts,I want to use a form to make my program more readable.But when I move my code into form,error occurs.SAP shows,In "LOOP ... WHERE ..." the line type of the table must be statically defineFORM print_format tables i_bin                  usin...

Resolved! Business partner

Hi,i have problem when creating Business Partner. I use 2 bapi's which are:    -BAPI_BUPA_CREATE_FROM_DATA    -BAPI_BUPA_ROLE_ADD_2Till this moment everything is fine. But i can't fill reconciliation acct, sort key, planning group, terms of payments ...

to transfer screen field values from user transaction to "FB60"

HELLO ALL,i have created a screen with all fields under BASIC DATA tab of transaction 'FB60'. using module pool program.i have also created 2 buttons one TRANSFER other EXIT.now my question is when i click TRANSFER button the data i entered in screen...

to transfer screen field values from user transaction to "FB60"

HELLO ALL,i have created a screen with all fields under BASIC DATA tab of transaction 'FB60'. using module pool program.i have also created 2 buttons one TRANSFER other EXIT.now my question is when i click TRANSFER button the data i entered in screen...

Sqvi transaction

HiI've tried to create the next thing in sqvi and i didnt succed in doning that -selecting all employees from pa0001 subtyp 0001 endda 31.12.9999 and joing it to pa0105 subtype 0013 endda 31.12.9999i created a join between the 2 infotypes ( using PER...

how alternate signature can print on print check using sapscript if authority person is unavailable

Hi Experts,Currently client is printing primary signature on their AP and Payroll checks . The signature is stored on printer's DIMM chip.The chip has two escape sequences for two signatures but only the first signature is used.  They require one sig...

Resolved! Field "A" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement.

hi,  i need to display ZSHT - Handling/Throughput and ZSPC - Port Charges on the existing infoset using SQ02.But, i got the error below :  Field "A" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement.    Here i...

Resolved! Getting Error message Field MARC-INSMK 1. 2 is not an input field for Post to Inspect Status

Hi Experts,I am trying to update the QI flag for mass materials through a program performing BDC. But i am getting the error "Field MARC-INSMK 1. 2 is not an input field" Also i checked material and plant in MM02 tcode check box for "Post to Inspect ...

Resolved! BAPI BAPI_SALESORDER_CHANGE: condition value is not taken over in SD-request

Hello together,I have a problem with the BAPI BAPI_SALESORDER_CHANGE.I want to set the condition value for one condition and transfer this value to the field condvalue of table condition_in.But the problem is that SAP does not take this value, but ca...

Resolved! Check if string is numeric

FORM IsNumeric.DATA:   numeric(10) TYPE C VALUE '0123456789 ',             account(10) TYPE C VALUE '600',             rc TYPE C.  IF account CO numeric.      rc = ''.  ELSE.      rc = 'X'.  ENDIF.ENDFORM.The result is  rc = 'X'Where I'm wrong?Regard...

Labels in this area