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

IE02 BDC program

Hi,I am working on BDC to change equipment cat for some equipment's...I have only two fields in file...and i have recorded IE02 tcode...in the first screen i have given equipment number and clicked on enter...in the next screen i have to follow edit-...

Resolved! IN bdc uploading program select the data from db

hi friends,   iam write the bdc uploading program for transaction fd32, in this uploading file iam having fields below like this       customerno   controlarea   creditlimit            1               1000          30000            2                1...

Resolved! SQL select

Hello Experts,I have table where one of the columns is called COL1.Suppose this table has just one record where the column COL1 has the value 56006*.I want to select the above record even when I look up this table for records with COL1 value = 560068...

Resolved! Better to use 'WAIT UP TO...' or 'ENQUE_SLEEP'?

Hi,I am looping on and processing IDOCS, i.e.:LOOP AT lt_edidc INTO ls_edidc.SUBMIT rbdapp01 WITH docnum = ls_edidc-docnumAND RETURN.*   wait up to 100 seconds. *    CALL FUNCTION 'ENQUE_SLEEP'*      EXPORTING*        seconds              = 100.ENDLO...

Resolved! Getting syntax error while converting internal table data to XML

REPORT  ZCREATEXML_FROMITAB.    DATA: BEGIN OF carrier_wa,            carrid   TYPE sflight-carrid,            carrname TYPE sflight-connid,            planetype      TYPE sflight-PLANETYPE,          END OF carrier_wa,          carrier_tab LIKE TABLE...

Resolved! How to change language only for address node in Thai for Smartform ?

Hi all.          I have a requirement for Smartform in which I need to display only the address in Thai language. Remaining everything will be in English.I used an address node for the same and tried with "Fixed Language for Country Indicator" and "D...

Resolved! FM "LVC_VARIANT_SELECT " raising exception wrong input for layout with filters

Hello All,I have an issue while executing an ALV Report.The report is not working for Layout with filters.Function Module "LVC_VARIANT_SELECT" which raises an exception for wrong input.the code is :  CALL FUNCTION 'LVC_VARIANT_SELECT'    EXPORTING   ...

Labels in this area