Quantcast
Channel: SCN: Message List - ABAP Development
Browsing all 10425 articles
Browse latest View live

Re: Remove tabs in standard transaction J1IEX

Hello Mani,   i think it is better to find out enhancement i.e screen enhancements so that you changes in standard .or SHDO MAY help you...

View Article


messages for infotype 2001

Dear all,I have a requirement for HCM which requires abap development. under infotype 2001, there are three options(subtypes) for maternity leave,where employees over 3 years get 100% pay , from 1 to 3...

View Article


Settlement rule creation for Ko02

Hi Experts, I need to add settlement rule in KO02 transaction.Do we have any BAPI for that or we have to for bdc method.your suggestion is highly appreciated. Thanks,Vijay

View Article

issue with METHOD cl_gui_cfw=>flush

Dear experts,I am facing issue in development. We created customer infoset and tested in development and moved to quality. It is working fine, but for few records it is giving error in development, we...

View Article

Transportation Planning Auto Leg Execution in Shipement (VT01n/VT02n)

Dear Experts, T-Code - VT01n/VT02n When re-planning a Shipment by clicking on the "Planning" status in the deadline tab, a pop-up window to propose the action "Execute leg determination again?" with an...

View Article


Execute Excel macros from ABAP

Hi, I've used OLE to export data from SAP to Excel, so I have the document, and at last I'd like to execute a Excel macro from ABAP inside this new Excel that I've just created, is it possible? Where...

View Article

Re: Defaulting Output Device for Specific TCode

Thank you all I could do it successfully for defaulting the output device in the popup dialog. The user can still change the output device before generating the spool request and send the form to the...

View Article

Re: How can i add a field to header in FBL1N,FB3N ,FB5N ....Please suggest ...

Hi Sudhanshu,   thanks for you reply . I needed to add Opening Balance to the header and Closing Balance to the footer .  As we have BTE event no. 1650 to add fields to Line item ...is there any way we...

View Article


Re: messages for infotype 2001

Hi Sudheer, Its possible to acheive your requirement.  ZXPADU01, ZXPADU02 are the programs that are used for enhancing the standard infotypes.(  From the exits EXIT_SAPFP50M_001 and EXIT_SAPFP50M_002...

View Article


Re: How to trigger mail on successful posting of manual payment through F-53??

Hi Karthik, Try Customer Exit: EXIT_SAPLF048_001 . It should work.

View Article

DYNPRO_WRITE_FAILED abap dump exists when generating objects in tcode SGEN

Hello Colleagues, Good day to you all! I am experiencing many abap dumps in st22. these are DYNPRO_WRITE_FAILED when generating objectes in tcode SGEN. I have successfully installed an ST-A/PI release...

View Article

Re: BAPI_GOODSMVT_CREATE 301 with WBS Elements

Hi Mohammed i tried passing VAL_WBS_ELEM(Source) and WBS_ELEM(Destination) but BAPI copies source in destination, i even activated MIGO BADI and it's filled with my values but later in some point it...

View Article

Re: group by in internal table

Hi Maryam. If you want to sum your col2, col3, coln values while grouping by col1, you can you COLLECT statement. Take a look at...

View Article


Re: How to place 2 radio button groups parallel?

Good answer.  It's important to use the selection texts and I've seen this done with comments too often.  I've done this before and I have one tip to add.  It helps to make a macro out of the text...

View Article

Re: group by in internal table

Loop at itab into wa.1st OptionCOLLECT wa to itab1. 2nd OptionAT END OF COL1SUM.ENDAT. ENDLOOP  Cheers!Abhinab

View Article


How to update database table using report program

Hi, You can use INSERT statement to update the database. But we should always use BAPI to update database. Regards,Supratik

View Article

Image may be NSFW.
Clik here to view.

Re: How to place 2 radio button groups parallel?

Just remove the position 50 on both comments (else activation will fail) SELECTION-SCREEN BEGIN OF LINE. PARAMETERS p_a RADIOBUTTON GROUP grp1 DEFAULT 'X' USER-COMMAND switch. SELECTION-SCREEN COMMENT...

View Article


TABBED BLOCK in TABBED BLOCK

Hi All, I have selection screen with tabbed block, that includes two tabs (TAB1,TAB2) and would like to have in second tab (TAB2) with tabbed block, that includes another two tabs (TAB3.TAB4). I wanted...

View Article

Image may be NSFW.
Clik here to view.

Re: link between coep and cosp

You can use the join condition below -  Cheers!Abhinab

View Article

Image may be NSFW.
Clik here to view.

SAP Script Barcode Email

Hi , I'm trying to output a Sales Order through Email (SAP Script with Barcode in it).  The print seems to give the barcode correctly.But if I try to email, the same form is displaying the barcodes as...

View Article
Browsing all 10425 articles
Browse latest View live