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! Use FOR expression 7.4 (SP8) to reinitialise an index column on a table

I have appended two fieldcategory tables together:rt_joined = value #( ( lines of it_left ) ( lines of it_right ) ).Now I would like to reinitialise the col_pos field of the new table.Previously I would do something like this:loop at rt_joined assign...

EstiV by Participant
  • 2222 VIEWS
  • 14 REPLIES
  • 0 Likes

Resolved! PROJ.PSPNR to IMPR.POSNR

Hi,I'm completely new to SAP PS but I think this question belongs in ABAP development.  I'm trying to piece together a join between SAP tables to build a relationship for an existing data warehouse.  I need to get IMPR.POSNR for every PROJ.PSPNR.  I ...

ABAP Documentation

I have ABAP documentation on the URL: <url to stolen content>However, the version of the documentation is for Release 4.6CThe current SAP version is ECC7.0 and GUI is 6.40.Where can i find ABAP documentation (BC ABAP Workbench Tutorial) for the curre...

Resolved! LSMW - Create sales order

HiI'm creating a lsmw to create sales orders.Object               0090   Sales documentsMethod               0000Program Name         RVINVB10Program Type         D   Direct InputBut I keep getting error message V1 091 "Date . . is not valid". I have...

Resolved! VT03N READ_TEXT ABAP

How is read text ? my abap code is error ? why ? i call function true.REPORT  ZPLANLAMCINOTUOKU. DATA: IT_TEXTS LIKE THEAD-TDNAME OCCURS 0 WITH HEADER LINE. CALL FUNCTION 'READ_TEXT'   EXPORTING     CLIENT                  = SY-MANDT     ID          ...

Resolved! BDC using HR_INFOTYPE_OPERATION getting error: The requested object is locked by your own transaction

Hi friends,I am trying to do BDC for 0008 infotype using hr_infotype_operations. i am getting error return parameter of hr_infotype_operations as : The requested object is locked by your own transaction.Please check my code as below:REPORT ZHR_0008_U...

sivab4u by Active Participant
  • 1911 VIEWS
  • 12 REPLIES
  • 0 Likes

Resolved! System error: Grants Management update (RFUND,LGMACU13)

Event: PostingTcode: KB21NScrn variant: WBS element/orderInput type: Individual EntryProgram: SAPLK40CInclude: LK40CF2EApplication Component:  CODump error: MESSAGE_TYPE_X*   dump if there were errors for event FERTIG!        "AL0K002585    message x...

Resolved! BDC - IT_BDCMSGCOLL table is getting updated with sucess and error records but message not being Displayed

Hi Friends,I am working on BDC, i am able to update records in database table but unable to display sucess and error messages using bdcmsgcoll.it_bdcdata is filled with records but no messages are being displayed, instead i am getting "records create...

sivab4u by Active Participant
  • 796 VIEWS
  • 4 REPLIES
  • 0 Likes

ALV grid sum problem

Hello guys,I have requirement like, need to sum a field called price in ALV grid. its type is dec(5,6). already maintained field catlog and checked  fieldcatalog-do_sum = 'X'. Its working fine but problem is , if the field is 00.00 then i need to set...

wwm2 - Product catalog

Hi,     We are trying to create a product catalog manually. We used the function module wwmi_save and the catalog gets created. However we would like to add a variant, language and currency to the catalog. Is there any BAPI that could help add these ...

Resolved! EDI - IDOC functionality

Hi Friends,I Have never worked on EDI's and have little knowledge on Idocs.I need your help here, there was an already a zprogram for some functionality in the shipping documents. Z program is getting data from many standard table and populating the ...

Labels in this area