Re: Process Orders, send idoc (LOIPRO) while creation/modification(COR1+BADI)
Problem solved! Had to add "FREE MEMORY ID 'LOIAUFNRTAB' " before doing the submit.
View ArticleRe: TKOMK-KEY_UC - out of sync with TKOMK
This is very old thread but the answer to this is for any custom enhancement to pricing header/item table, you should extend KOMKAZ or KOMPAZ structure and not KOMK, KOMP or KOMG. For some requirement...
View ArticleVA01/02 - Header level and item level object status on SAVE_DOCUMENT_PREPARE
Hello, I'm trying to use MV45AFZZ/SAVE_DOCUMENT_PREPARE to implement a logic based on the object custom status, (header and item level). For that, I need to know the custom status assigned to the...
View ArticleRe: problem with implemention in BADI_FDCB_SUBBAS05(MIRO/FB60)
Hi All, I did the same even add custom field in BKPF, VBKPF and BSEG but still when parking document from FB60 its not getting updated plz help. Thanks,Jeet
View ArticleRe: problem with implemention in BADI_FDCB_SUBBAS05(MIRO/FB60)
Hi All, I did the same even add custom field in BKPF, VBKPF and BSEG but still when parking document from FB60 its not getting updated plz help. Thanks,Jeet
View ArticleRe: New Tabstrip in QA01 / QA02 / QA03
Hi, You can not insert new tab but you can add field in exist tab. -) First, you should create Z* program, you add input in z* program's screen.write this input to import parameters. -) İmplement this...
View ArticleAdd Custom Fields to transaction BP (BDT)
Hi Everyone, I have a requirement to add new fields to a particular section in transaction BP for the Customer. I've added the fields fine and configured all the respective BDT steps. All that remains...
View ArticleLocking issue with bapi_alm_order_maintain
Hi All, My requirement is I need to create workorder and then I need to update partner details both using bapi_alm_order_maintainSo I am calling BAPI twice also calling bapi_Transaction_commit for each...
View ArticleRe: Add Custom Fields to transaction BP (BDT)
This has been solved. FM BUP_BUPA_BUT000_GET can be used to retrieve the application data. Also some fields were specified incorrectly in the field group due to a typo- they must have the same name as...
View ArticleAdding new Custom Tab & Screen in PIQSTM Transaction
Hi guys, I'm working on SAP SLCM Module and I need to add a new Custom Tab and Screen in PIQSTM transaction.Please guide me how to do it? Thanks in advance! Regards, M Asad Khilji
View ArticleRegarding texts in ME21n tcode.
Hi Experts, I have a requirement. I want to copy the item text entered in text tab to header text (if header text is blank) before creating PO in ME21n. In method ME_PROCESS_PO_CUST~CHECK, how to get...
View ArticleRe: Regarding texts in ME21n tcode.
Hi Narasimha, You can use the below code to get the item text: "Get Header details CLEAR ls_header_data. CALL METHOD im_header->get_data RECEIVING re_data =...
View ArticleRe: Regarding texts in ME21n tcode.
Hi Tanmay/Amit, The enhancement should be trigger When Users Click on Check buttonBefore saving a Purchase Order Will it be the same you explained above?
View ArticleRe: Regarding texts in ME21n tcode.
Hi Narasimha, These structures are used by system during purchase order creation. So they will be populated during PO processing. So once you fill the structure field during creation, it will be...
View ArticleAdd new field on Standard Screen Tab - PIQSTM T-Code
Hi guys, I'm working on SAP SLCM Module and I need to add new fields in Tab (Fee Calculation Data) in PIQSTM transaction.Please guide me how to do it? Thanks in advance! Regards,M Asad Khilji
View ArticleRe: Add new field on Standard Screen Tab - PIQSTM T-Code
Check out the relevant screen number and program name. Then proceed to modify the screen through transaction SE51. If there is any need of access key get the same from your BASIS team. Regards
View ArticleRe: How to delete Class
Use the transaction code CL04 to delete the class. Thanks,Ankur Chauhan
View ArticleRe: Add new field on Standard Screen Tab - PIQSTM T-Code
I have to do it via BADI or Exit not via using key?Is there any available ???
View ArticleRe: Round off to two decimal places
Hi All Use the below code and it is so simple For 2 decimal places data(lv_round) = round( val = '5678.65800341' dec = 2 ).lv_round will be 5678.66data(lv_round) = round( val = '5678.65300341' dec =...
View ArticleRe: Regarding texts in ME21n tcode.
Hi Amit, Thank you for the quick reply. Can i fill the structure in CHECK method of badi?.
View Article