Hi everyone,
i'm trying to upload a long text in inspection results transaction QE23 using FM SAVE_TEXT.
The text is properly uploaded but if i enter in transaction and decide to accept by manual valuation, the button for long text disappears.
...
Hi everyone,
i'm trying to create contract in RE-FX with transaction RECN.
I need to create it without the Clearing Process in tab valuation(i need to hide it and not calculate it) for a specific condition type.
Can someone suggest me how to do...
Hi everyone,
i've got a problem during the selection of a contract object in trx. RECN.
It seems that FM NUMBER_GET_NEXT has a problem that generate a runtime error during this statement:
CALL 'ThNoGet' ID 'BNRIV' FIELD ls_bnriv
...
Hi,
i need to check in a perform if the value is coming from constants or variable.
How can i check this?
Example:
data: variable(5).
start-of-selection.
perform test1 using variable.
perform test1 using space.
form test1 using p_to_change...
Hi Everyone,
i'm facing an error uploading an excel file in SE37 with all the FM.
Example: ALSM_EXCEL_TO_INTERNAL_TABLE
It returns exception UPLOAD_OLE.
I've already tried to change SAP Gui, run the sap gui as administrator, change excel vers...
Hi Craig, is already as you said but when i insert the valuation via Bapi, button disappear because when i insert SAVE_TEXT field PRLTEXTKZ is not updated with in X in QASR.
I suggest to use POSTING_INTERFACE_DOCUMENT Function Module or in batch input you need to implement code to click new row and set first position to insert value.Hope it helps.Stefano
Solved. It works, thanks Sandra.Results:12.Example:DATA: variable(5),
var2.
START-OF-SELECTION.
PERFORM test1 USING variable.
PERFORM test1 USING space.
*&---------------------------------------------------------------------*
*& Form ...
I've semplified that, but it's a standard code that use this type of statement.I'm trying to catch that because i need to change the value if it's from the constant.Maybe is there a chance to check the properties of the passed field?thanks