Number Range (Current Number Reset QAS)
Hi Experts, I have created a Number Range in transaction SNRO then add a Interval in a Dev client.The TR was then transported to QAS. How am I supposed to reset the Current Number in QAS? The current...
View ArticleRe: Number Range (Current Number Reset QAS)
Hi Jepoy, Ask you basis admin to open client using scc4 / se06 and go to snro and set the number range there as well. Regards,Deepanshu Sharma
View ArticleList box in module pool table control
Hi All, I have a requirement in which i need to create a table control ( with 3 columns eg:employee ,age,name).I need to create a drop down list for employee where user can choose multiple employee for...
View ArticleRe: Adobe Form
Hi Dengyong Zhang, That is what im thinking of doing. But I need the text to be underlined. The "This represents" and the "in the amount of......" should not be underlined. But thanks for the answer....
View ArticleRe: SCMS_TEXT_TO_BINARY only one column
Thanks, but that won't work because lv_string is not type compatible with any internal table.
View ArticleRe: ABAP query output not showing all output fields
I figured it out already. The maximum width for the report output is 255 only. Switching from graphical query painter, I got the error that some fields were overlapping. Then I recalculated the...
View ArticleSales Order Pricing Calculation using Pxternal Pricing Engine
I have a customer who would like to call an External Pricing Engine to calculate the pricing for sales orders. This is from an ECC system and not from a CRM system. Has any one done it? What would be...
View ArticleRe: SCMS_TEXT_TO_BINARY only one column
Zack, it is possible to manually loop the internal table to a work area and concatenate the entries into the lv_string parameter. When you want a new line you have to use cl_bcs_convert=>gc_crlf and...
View ArticleRe: MOVE_CAST_ERROR: to Object ?
Hi Rachid, As Suhas Saha was explaining you seem to have a simple cast error. In the following code obj1 class is a subclass of obj2. Casting like this won't be a problem. The precise inverse will:...
View ArticleRe: Very very urgent
Writing *@#@@[SAP] in the first line of program and saving really protects it untill acivating which removes security (whole line).I found post writen by Mateusz Adamus: Hide source code of a report |...
View ArticleRe: WHAT IS AN IDOC?
Hey Jose, i dont know much details of Idoc but been asked by my manager. Idoc is basically the communicating channel of data flow. similarly IDOC, ALE and BAPI are the common example. regards Hassan
View ArticleRe: Sales Order Pricing Calculation using Pxternal Pricing Engine
Hi Leo, Let me see if I get this right. You have an ECC and when a sales order is being created you want to query one other system, the Pricing Engine, to determine some condition values and what...
View ArticleRe: error " Item category / cannot be processed in batch input "
Hello, I resolved the error as follows: You need open the fiel PSTYP in Maintain Source Fields, because the field PSTYP for default asign the valor " /", after in the step 5 Maintain Field Mapping and...
View ArticleRe: How to catch BCD_OVERFLOW error when passing value to formal parameter?
Thank you, Edgar, you are correct, but this would lead to basically the same workaround - the local variables of type i should have been created inside the method add again and the readability of the...
View ArticleTransfer...to ,when dump with exception.
When I transfer data to dataset, the data is a long string (ep: 0001 # 123445 # 44456 # aaabbb ) , when we LOOP at a internal table , and transfer this long string to dataset, it come across a...
View ArticleRe: CJ20N Screen Enhancement issue (CI_PROJ and CNEX0006)
Further analyzing my system I got to know that issue is looking for DDIC objects. When I am transporting any other object from DEV to QA it is fine but when I am moving any object related to DDIC (...
View ArticleRe: CJ20N Screen Enhancement issue (CI_PROJ and CNEX0006)
Hey, CAN you do remote comparisons of the versions of the table between DEV & QA? REGARDSTanmoy
View ArticleRe: CJ20N Screen Enhancement issue (CI_PROJ and CNEX0006)
Tanmoy, After moving the transport, Yes I did the version comparison but it is not showing the latest fields in CI_PROJ but other object (Screen and code related to the screen (PAI and PBO))are...
View ArticleRe: Internal table Query
Hi Venkat, For example your Z table has these fieldsMATNRLGORTMENGE with the following records collected internal table ITAB. MATNR LGORT MENGEMat1 StLoc1 12Mat1 StLoc2 4Mat1...
View Article