Hi,
I'm using BAPI_CONTRACT_CHANGE to change customer fields with EXTENSIONIN structure.
The code before call the RFC BAPI_CONTRACT_CHANGE:
DATA: r_bapi_te_mepoheader TYPE bapi_te_mepoheader,
r_bapi_te_mepoheaderx TYPE bapi_te_mepoheaderx.
...
Hi,
We need a client extension (user-exit/badi/enhacement), for IR01/IR02 transactions, that allows us, at saving moment, take the classification data and send it to another process.
Thanks in advance.
Hi, We need to use method IN_UPDATE of BADI HRPAD00INFTY, but we doesn't know how to access data provided on parameters:VALUE( IPSPAR ) TYPE PSPAR Work Fields for Dialog ControlVALUE( OLD_IMAGE ) TYPE PSOPER_TAB Before Image: ...
Hi, We need to implement a validation that it doesn't allow to entry more than 50 hours of 9900 wage type (sum of all records pa2010-stdaz <= 50) .Does anybody knows an USER-EXIT/BADI where we can implement this validation?Thanks in advance...Best re...
Hi,I need to reversal FI documents. I have found BAPI's: BAPI_ACC_GL_POSTING_REV_POST and BAPI_ACC_DOCUMENT_REV_POST, but I can't make to work correctly, instead I get the following messages:"Error in document: BKPFF $ QAS300 ...
I tried. this note is for the W messages it returns as a result, correct? ... Are these W messages related to the behavior that it doesn't really update the value? Thank you very much for your help.
Hi All,I've solved my problem. I'm using BAPI: BAPI_ACC_DOCUMENT_REV_POST, but to test it, you have to do your own program, because by SE37 it doesn't work as expected.This code show the parameters.REPORT zbc_experimento_153.DATA : t_reversal LIKE b...
Hi,I have some progress but still have not accounted the reversal document.I'm testing by "Test Sequences" in transaction SE37 these BAPIs: 1. BAPI_ACC_DOCUMENT_REV_POST 2. BAPI: BAPI_TRANSACTION_COMMITFor the first one, the import parameter data is...