Re: change history doesn't work for customizing fields in BP
Ah, ok, I understand Edit in: however, do you also get them when you execute, say program BUSCHDOC, for the application object BUPA..? My guess is - no, which is why going the CHGD1-4 events way (the...
View ArticleRe: HTTP error: 404 Not Found
Hello, Check the application log by SLG1, it will shows the document category,then goto OACT and see the content repository of this. The error should be caused that the corresponding document is not...
View ArticleRe: How to add BELNR field to DMe file
Hi Ranu, Thanks for your reply. I have gon through the document. I have done the same thing which you have mentioned in document and above as well. Let me explain you what I have done in order to...
View ArticleRe: Access to local variables in calling procedure
So, in the beginning implicit - the Variable is unknown - as it is declared with DATA statement, after the Implicit enhancement. Yes, the variable is unknown at compile time. But at runtime you can...
View ArticleRe: User exit to add button to upload serial no's from excel or text file in...
Hi Kalpesh, Thanks for you reply my requirement is like below. I have to create button in above MIGO screen where i put a red mark , by clicking that button it has to upload the serial no's from excel...
View ArticleRe: radio button on selection screen
Hi Pinku, How many radio buttons you have added on the selection screen. By default one of the radio button in the radio button group (Probably the first one) will be set. If you have only one button,...
View ArticleRe: Error Message TK 287 in SM30 - Custom table
Hi, as you say this is what i found in the OSS: http://service.sap.com/sap/support/notes/664483 Best regards.
View ArticleRe: radio button on selection screen
Hi, Define Radio button in selection screen like, CONSTANTS: C_X TYPE CHAR1 VALUE 'X'.SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.PARAMETERS : RAD1 RADIOBUTTON GROUP RAD1 DEFAULT...
View ArticleAttachment list missing in Accounting Document
Hi All, Using the billing document, from the VF02 I am triggering the output type and the medium is EDI. The IDOC FM used is IDOC_INPUT_INVOIC_FIfor generating the Accounting document. But the...
View ArticleRe: Is there a table which links Document Category(VBTYP) and Application(KAPPL)
Hi Supratim, Please check this table TVAK. ThanksWong
View ArticleRe: No Response from clearing house.Do you want to save the Document ?. on...
Hi Puneeth,Sorry I missed the word attachment.Please see I have attached it now.
View ArticleRe: FM to get Material Number along with Plant details & Business Unit
Dear Victor, Please try FM BAPI_MATERIAL_GETALL. ThanksWong
View ArticleRe: FM for password change
Hi Katrice. Thanks for your help, I tried the same procedure that you mentioned, but don't know why its not working.
View ArticleRe: Table for RFQ
Hello,I am trying to view the RFQ Details in our stage SAP system.When i gave the table EKKO with the conditions mentioned, i am unable to find the results. Is there any other way to determine a source...
View ArticleRe: how to use copies window in smartforms
Hi, code wise changes for text print IF gs_vbrk-vbeln IS NOT INITIAL. SELECT SINGLE objky kschl vstat FROM nast INTO gs_nast WHERE objky = gs_vbrk-vbeln. IF sy-subrc EQ 0. IF ( (...
View ArticleRe: How read cost assigment and infotype after edit?
Hello! 1. Try to use functional module HR_READ_INFOTYPE providing the parameter BYPASS_BUFFER = 'X'.2. You could get the cost assignment for infotype 2010 record from tables ASSHR and ASSOB
View Articlehow to write report program to change the data declaration LIKE to TYPE?
In the earlier programs it was defined as ‘DATA :ZI_loc_var_range like rrrangeexit.’ In order to avoid the error, you have to change the LIKE to TYPE. how to write report program to change the data...
View ArticleRe: Stop IDOC and Change pointer creation - during Data loads
Hi Vikram, This BADI is called from FM MASTER_IDOC_DISTRIBUTE and COMMUNICATION_IDOC_CREATE and ALE_IDOCS_CREATE ( Replacement for MASTER_IDOC_DISTRIBUTE for asynchronous BAPIs ). So I would say it...
View Article