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! Entry recto

Declaring entry recto using nash already declare in processing routine given code for migoFORM ZENTRY_NEU  USING ENT_RETCO ENT_SCREEN.   migo_no = nast-objky.   nast_key = nast-objky.   migo_no = nast_key-migo_no.   ent_retco = 0 .Program not view th...

dwarade by Explorer
  • 1321 VIEWS
  • 7 REPLIES
  • 0 Likes

POP Up for F4IF_INT_TABLE_VALUE_REQUEST jumps to calling screen when clicking SCROLL on POP UP

Dear All,In an custom module pool proram, we are using FM "F4IF_INT_TABLE_VALUE_REQUEST" in an table control to populate several values at a time, and it works fine for first run. After the finish of first run..we again calling the initial screen of ...

Resolved! Compare char fields

Hi, I have some doubt about how it works, the comparation between fields with the type C.For example with the field type KOSTL it is a CHAR 10. Data types (C, D, T, X), the comparison runs from left to right. The first character from the left that is...

Resolved! Grey Out the Short Text in ME21N/ ME22N based on Material Type and PO type

Dear Experts,Can I have a requirements wherein I have the Grey Out the "Short Text" field in ME22N and ME21N based on Purchase Order Type and the Material Type.I have searched for BADI and User Exit but unable to find any suitable, kindly suggest.Tha...

Resolved! Activity Type Translation with BAPI BAPI_ACTTYPE_CHANGEMULTIPLE

Hi,I tried to translate activity types with bapi BAPI_ACTTYPE_CHANGEMULTIPLE.I filled the following parameters.coarealanguageactivitytypelist - valid_from                      - valid_to                      - acttype                     - name      ...

FM RSPO_OUTPUT_SPOOL_REQUEST produces a information message window

Hello Experts,While calling FM RSPO_OUTPUT_SPOOL_REQUESTCALL FUNCTION 'RSPO_OUTPUT_SPOOL_REQUEST'       EXPORTING *       COPIES                         = 0        DEVICE                         = wa_padest-padest *       DIVISION                    ...

Resolved! Currency format USD – is missing the “,” delimiter when it is applicable...

I want to add commas to field in USD currency.For eg.16000000.00 should be 16,000,000.002000000.00 should be 2,000,000.00 Code for currency conversion - DATA : lcurr LIKE tcurc-waers .       IF wa_ekko-waers NE c_usd.         CALL FUNCTION 'CONVERT_T...

bapi_po_create1

Hi,I have created an abap programm to create Purchase Orders using the FM BAPI_PO_CREATE1. The program creates Purchase Orders successfully. The problem is that when users open purchase orders using 'me22n' or 'me23n' transactions they get the follow...

Labels in this area