Re: Error saving data in custom added tab in RECN transaction.
Hi Uday, You must have added a append structure to Standrad table for this. if yes ,Please refer the strucutre fields directly in the screen fields when you are creatinng fields in Screen painter. In...
View ArticleRe: Error saving data in custom added tab in RECN transaction.
Can you please share you contact details if you dont mind so that i can explain you more eloborately the issue i am facing.
View ArticleIW53 document flow posting with movement type 453
Hi Gurs, When the goods coming back from customer it goes into blocked stock.If the goods are good we can post it with movement type 453 to the released stock. It would be good if it would be possible...
View ArticleRe: Error saving data in custom added tab in RECN transaction.
You have to use 2 function modules. can you please send me the function modules and also the screen layout Printscreen to <email removed by moderator>. You must have missed the save function...
View ArticleRe: add tabs to VT01N/ screen exit VT01N, VT02N
Hi Guys, 1. If you want to make field EXTI1 as non-edit mode then follow the below steps.Go to CMOD-->Create a project to assign the enhancement V56BMOD-->You can find component as...
View ArticleHow to add extra two lines in accounting dcument no?
Hello Experts, As per my requirement , when transfer posting is done via transaction - MB1B, then in back ground accounting document no is generated. I have to add extra two line items in that...
View ArticleCatching data while saving in KS02
Hi, I have a problem with catching data while saving at transaction KS02. There could be any other transaction which is changing transaction. I want to catch exactly name and description of cost centre...
View ArticleRe: Catching data while saving in KS02
Hi, the exit you've found (EXIT_SAPLKMA1_003) looks fine to me and seems to be the right one. Fields ICSKSP-KTEXT and ICSKSP-LTEXT should be the right fields to get your informations. You can place...
View ArticleRe: Catching data while saving in KS02
Yes, you're right. Fortunately I have project in CMOD and I can place some code in ZXKM1U03 include.But I think, ICSKSP table is not good one. I have an error: "ICSKSP" is a table without a header line...
View ArticleRe: Disable 'Change partner address' in VA02
Hi Jason, According to your this requirement, did you find any solution? Actually, I encounter the same requirement as you and looking for a solution. Could you please kindly tell me. Thank you so...
View ArticleRe: Catching data while saving in KS02
Hi, pleased loop at table ICSKSP into a workarea or field-symbol of type CSKSP in ZXKM1U03. Regards, Klaus
View ArticleRe: Enhancement implementation and Composite Enhancement implementation
Hi Alex , hope you are doing well .Its really perfect answer for the person who want to understand in simple word . Keep writing . Joy .
View ArticleRe: Catching data while saving in KS02
Thank you very much for your help. There was type TCSKSP instead of CSKSP.
View ArticleRe: Change warning message to error message in CO01
Hi Mandar Its too late for you but it might be useful to others so I am replying to your question .Recently I worked on this and I got the solution for this . Its Simple Enhancement . Requirement :-...
View ArticleNeed a BADI or user exit for MB1A posting while doing MIGO
Dear ABAPERS, Our requirement is to do MB1A goods issue while posting MIGO document. Now we are calling 'BAPI_GOODSMVT_CREATE' inside the BADI MB_DOCUMENT_BEFORE_UPDATE with...
View ArticleRe: User exit to send error message while saving UD - QA11
Please share your Solution. Same problem here. Thanks & Regard.Pradip Patel.
View ArticleRe: Need a BADI or user exit for MB1A posting while doing MIGO
Hello Ramesh, I guess your code is as below. 1) JOB_OPEN2) BAPI_GOODSMVT_CREATE3) COMMIT WORK4) JOB_CLOSE.Try like below.before commit work wait for <n> seconds. So you get a time to get out of...
View ArticleRe: VA01 - Add multiple line Item on click of Custom button on the VA01 Screen.
Hello Gaurav, Did you check with the user exit "USEREXIT_MOVE_FIELD_TO_VBAP" in include MV45AFZZ. Regards,TP
View ArticleRe: Oss message.I am facing the issue with implementing the note 2017050
Hello Satish, 1) What is your SAP_BASIS component version. to find out follow below steps.Logon to the system --> Go to menu "System" --> Status --> Select --> find the SAP_BASIS component...
View ArticleNeed to define documentation for user-defined transaction
Dear All, What I am trying is that I need to know how to link between user-defined documentation and user-defined transactions which are stated in a particular menu and call the documentation page...
View Article