Hello,I'm using the sap training developpement environement for SAP SCREEN PERSONAS. I have created a flavor for the SMEN and i'm trying to understand how to handle when a script is in error and how to get the hand back on my flavor so i can edit the...
Hi experts,Context:Customer want's to update 3 fields with specific rules in schedule line in ME22n. When he modifies the delivery date (EINDT) he wants to add a certain number to this date, then he wants to cancel the standard redetermination of s...
Hi,
I am doing a POST request where i need to load a json from payload with a deep structure. Here is my JSON :
I created my deep structure in MPC_EXT like this :
ts_deep,
key TYPE char10,
sales TYPE tt_sales,
ts_deep.
ty_sales,
i...
Hello expert,
I have consulted a lot of blogs dealing about RFC fm and Odata services. I found out there is no problem handling import/export paremeters as long as they are simple parameters or flat structures so the mapping from the entitytype pro...
Hello experts,
I am having an issue with a standard behaviour when calling several times the function BAPI_HU_PROCESS_MSG_DIRECT.
In TNAPR, the entry looks like this:
The first time executing this MF, the system calls ENTRY_2 from SDPACKDR t...
Well well...I knew this parameter i think i talk about it somewhere and also i have the documentation with all the parameters possible but where i failed is that to fill this parameter, at the end of "https://iccsrm.sap.com:44300/sap/bc/se/m/index.ht...
Everyone,I didn't found the perfect solution, like excluding the onFinalize event/script in the JS components but i've found ONE solution . The result of many hours trying things and debugging led me to this : Check my breakpoint, at one point, you ...
I tried a new error like this one :and now i have this messageIt must be another kind of error and here i can't change the JS content using. Don't know what to do....Edit i know why...it's because i'm on my sub adaptative flavor where i can't modify ...
I have a partial answer : I found my onFinalize script in chrome dev tooli changed the json content, i save (Ctr+S) + right clic on the file and i chose "Override content". => OK i'm back on the PERSONAS menu but when i tried to change the flavor, it...
I've solved the problem !The objective is to do the dates calculation at the first occurrence of each schedule in PROCESS_SCHEDULE, store the result in an internal global table inside the implementation class and if the check cycle is reprocessed aga...