Re: Update internal table.
Hi Daniel I put this method in PAI but the filed remains empity.
View ArticleRe: Update internal table.
Try registering the events before calling set_table_for_first_display and add this after calling the ALV: SET HANDLER g_application->handle_tf_user_command FOR tf_grid. SET HANDLER...
View ArticleRe: ALV set_table_for_first_display
Well I solved my problem creating a Transparent Table with the same fields of internal table. and I use this FM CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name =...
View ArticleRe: Abap short dump
Have modified code check this one. TABLES MARC. TYPE-POOLS: SLIS. SELECTION-SCREEN BEGIN OF BLOCK A WITH FRAME TITLE TEXT-001. PARAMETERS : M_MATNR TYPE MARC-MATNR OBLIGATORY ,...
View ArticleRe: Capture change values in MM02 transaction
Hi Tharun, An option is to implement badi BADI_MATERIAL_CHECK and put your logic in CHECK_DATA method, selecting data from tables and comparing with the input values. Regards,Sandro
View ArticleRe: Abap short dump
Hi,look the code that you wrote PERFORM F_BUILD_FC USING '1' 'MATNR' 'IT_MDPSX' 'Material' '5' '' '' . you are using matnr and table it_mdpsx that is LIKE TABLE OF MDPS,the table MDPS doesnt contain...
View ArticleSearch help exit for standard elementary search help
Hi Gurus, I know how to make a search help exit for a custom field. I wanted to know how to make it for a standard elementary search help without access key. Please remember I don't want it for...
View ArticleRe: Fetching data of PR release strategy from workflow tables
You need to get the 'changenr' and go to CDPOS table, in it you can see the exact change made (table/filed), the release strategy changes look like X (old) to XX (new) in the release status field. the...
View ArticleHidden fields in a transaction
Hello gurus, Someone knows if there is a way to know which fields are hidden in the screen of the transaction ie01, ie02, ie03 I want to reuse some fields or perhaps is it possible to add more fields...
View ArticleRe: Send/forward Workflow notification email to backup approver if primary is...
I think it will be easier to use substitutions, this can help you handle cases where the user didn't set an out of office, for example if he/she is sick but you can try to activate the inbound mail...
View ArticleRe: Hidden fields in a transaction
Enriuqe, Open the program/screen thru SE51 and check the list of fields and its properties. You should be able to check what you need from there. Thanks,Vikram.M
View ArticleRe: Search help exit for standard elementary search help
Raju, You need to find out what is the search help that is being used for the standard field. Once you determine this, you need to create a custom search help and then append this to the standard...
View ArticleRe: Hidden fields in a transaction
Hi Enrique, 1. To find out which fields are hidden in your Equipment Master run Transaction OIAD or OIAF as the case may be. OIAD id for Equipment specific fields and OIAF is for fields which appear in...
View ArticleRe: Find objects used by program
Hello, Check this tool:ABAP cross system object recursive dependencies check with transport (version 01)NM.
View ArticleRe: FM for uploading Image to SAP
Hi Rich,I have a similar situation, is there an RFC or any FM with which I can upload / change the logo of SAP Easy access in the production system.Please let me know the steps to follow. Thank you!
View ArticleRe: Revision issued to the order, derrived from batch characteristics.
Hi Irving, The Revision you specified is a Characteristic in a class (KLART) 023. I guess you need Table AUSP.Here you give value REVISIONin the ATINN field and class (023) in KLART field. You'll...
View ArticleME59N Single PO
Hi, We are using ME59N for PO creation.currently the system create two PO for single PR. based on the condidtion EBAN-KONNR For Item 20 EABN-KONNR values emptyFor Item 10 and 30 EABN-KONNR have some...
View ArticleRe: How to add a comment field in xk05 tcode?
Hi Raymond, Thank you for your reply.Means I need to add new field by using vendor_add_data and vendor_add_data_cs.But you are saying that screen will appear in xk01,xk03,then how can I use this...
View ArticleRe: ME59N Single PO
Hello, I think, this is what you are looking for, BADI Methods MD_PURREQ_CHANGECHANGE_BEFORE_SAVE_MRPMD_PURREQ_CHANGECHANGE_BEFORE_SAVE_CONV
View Article