How to find function module or Bapi for particular transaction in sap? If you mean that you need to know what BAPI's a particular tranx uses, which I can only assume that's what you mean, then you should access the code behind the transaction and search for 'CALL'. That normally is...
Hello Everyone, I am using the BAPI_REPMANCONF1_CREATE_MTS for MFBF transaction. The case is i am doing component backflush with 'No BOM explosion (manual comp entry)'.
SAP Managed Tags: MAN Production Planning (PP) Hi , While defining transaction variant for MFBF, I need to activate only assembly backflush radio button and component and activity backflush should be disabled, but system greysout output only option. Please let me know is there any way to do...
*" REFERENCE(IN_BLDAT) TYPE BLDAT *" REFERENCE(IN_BUDAT) TYPE BUDAT *" REFERENCE(IN_MATNR) TYPE MATNR18 *" REFERENCE(IN_CHARG) TYPE CHARG_D *" REFERENCE(IN_LGORT) TYPE LGORT_D *" REFERENCE(I_MENGE) TYPE SA_ERFMG *" REFERENCE(IN_VERID) TYPE VERID *" REFERENCE(IN_MDV01) TYP...
Assembly Backflush : In these type of transaction you do the backflush of all the components (goods issue) plus the goods receipt of output material (Assembly) and backflush of activities (depends on the setting done in REM Profile). Component Backflush : In this type of backflush, you do ...
Amit_SAP Active Contributor 2019 Jun 25 0 Kudos Hi Experts , Issue has been resolved, BAPI_TRANSACTION_COMMIT has been used to commit the posting and material document has been posted successfully. Following parameters need to passed in BAPI for execution Import Parameters: BFLUSHFLAGS : ...
You can use transaction KKBC_PKO to check the cost collector and verify that activities have indeed been posted Also note Table AFRU will only be updated if MFBF is performed with Posting Actual Activities. If you are still have an issue then as per SAP 322637 SE16, table T158N, for VGA...
call function 'BAPI_TRANSACTION_COMMIT' exporting wait = 'X'. endif. Reply kesavadas_thekkillath Active Contributor In response to Former Member 2011 Jan 05 4:00 PM 0 Kudos 1,423 SAP Managed Tags: ABAP Development You cant use that bapi for MFBF( production posting ). This...