We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
In planning board /SAPAPO/CDPS0 we have time scale to define the time series view. We have by default 2 scales provided by SAP. Is there any possibility of adding third scale in time scale editor ?
Hi several jurisdiction codes have been determined from the address. In NO_DIALOG mode however, a jurisdiction code cannot be selected from a dialog box.You need to maintain table t001c with below data :ARBGB = TAX_TXJCDMSGNR = 100UNAME = space / you...
Why are you not populating criteria parameter of BAPI.DATA: Lw_CRITERIA TYPE BAPIACKEC9.Lw_CRITERIA-ITEMNO_ACC = P_LINES.* CustomerLw_CRITERIA-FIELDNAME = 'KNDNR'.Lw_CRITERIA-CHARACTER = P_VBAK-KUNNR.APPEND Lw_CRITERIA TO P_CRITERIA.* MaterialLw_CRIT...
You are using the GL account without leading zeroes. Use the below codeCALL FUNCTION ‘CONVERSION_EXIT_ALPHA_INPUT’EXPORTINGinput = gl_accountIMPORTINGoutput = gl_account.
Hi Take help from functional and get the config done.1st. you need to create the account at COA Level in T.Code FSP1 or FSP0 .2nd. you need to create the account at company code level using T.Code FSS0You can also do both steps in one at T.Code FS00
You did not call BAPI_TRANSACTION_COMMIT. That was not expected. That was the reason , i asked you to share the code. Anyhow, the problem is solved, so it the objective of community.