Dear expert !
When I'm using the AMDP, I come up with the issue that make me confuse about the behavior of AMDP. When I call AMDP in execution ABAP program it took so much time to complete , sometimes it throw error SQL code 2048 no me...
Dear Experts,
When I open Tcode CKMLQS I have below result:
The total value of all raw materials are not equal to the header line. Is there anyway to expand a full hierarchy with the average value ?
We are trying to develop a Z report but be s...
Im using the Eclipse ADT tool version 2.106.1.
When i set a break-point in Eclipse and run the program in SAP GUI the break-point is NOT hit ( it doesn't open debug mode on Eclipse). However, when I run directly from Eclipse (press F8 from main pro...
Dear Fellows,
I'm facing with problem.
When I create Quotation using VA21, just enter Sold-to-party, Ship-to-party, PO number, Item, Material, Quantity. Then go the subtab Condition, the enter the value for Condition type: "Price". The Tax is cal...
Hi Florian Pfeffer !I've checked the your suggestion. WOW didn't notice until you told me! However it is still limited some function. I would rather using AMDP and ABDC than using Open SQL like this. Anyway, thanks so much for your information! @Fum...
If I get you correctly, you want to fetch the best match with the given period not the latest, doesn't it?if it is true, it is quite impossible using open SQL.If you want to get the latest data, you might try this way:1. Get the latest fiscal year an...
It's quite impossible that using the Open SQL in ABAP Application.But it can be done using the native SQL. Check if you're using the HANA DB or not. 1. If yes, you can use AMDP that using function Rank() over ().Something like thisLT_BSEG_RANK = SELE...
Please try this oneFirst you have to convert data to xstring, then xstring to binary.After that send the BIN data. Below are necessary FM to do it. It worked for me!
* Convert table text to xstring
CALL FUNCTION 'SCMS_TEXT_TO_XSTRING' ...
Hi there!I come up with 2 solution but never tried it before. hope it will work 1. Assign new pricing procedure for billing 2. Use the user exit USEREXIT_CHANGE_PRICING_RULEdo your check and modify the field KOMV-KMANU = 'D'Hope it will work for you...