Re: RV_CONDITION_COPY with Scales
Hi Peter, See the below code it is working for me. if you are not using suppliment conditions, you can remove the suppliment pricing procedure from the condition type. Regards,Murali Mikkili Report...
View ArticleRe: Language not available on server
Hi, There is nothing in screen shot.It is showing error at bottom of screeen. Regards,Abdul
View ArticleRe: Avoiding Hard coded user names in ABAP code
Hi Suba, if sy-uname = 'XXXXX'. do something.end if. the above code which u said is generally used to get easier during debuugging of code, but it not recommended to move the that code with those...
View ArticleRe: Problem related to bdc
The below values will not have any value id = sy-msgid number = sy-msgno language = sy-langu textformat = 'ASC' message_v1 = sy-msgv1...
View ArticleRe: Restricting the Value of Search help in MIRO based on vendor
Hi Sreehari, Please let me know how you solved this problem Best Regards,Bhaskar
View ArticleRe: How to get association of a Z table to a Stad. SAP's Change Document...
Ah, so just adding Z struture is not enough (job done)? do i need to,1) Regenerate the FMs (by clicking the Generate Update Pgm.)? and2) change the code, whereever they (FMs) are calling? if so, they...
View ArticleRe: Get reference of in a class doesnot return why?
Hello Solen, Please provide more details on how method TEST_DREF is populating the parameter EV_DREF. Thank you,Kim
View ArticleSmartform is ok with print preview but prints with character problems
Hello guys, I have developed a smartform and it worked Ok when i have printed the smartform. Till yesterday when users print the print shows with character deficiencies like illegal chars writes like...
View ArticleRe: Smartform is ok with print preview but prints with character problems
Does it depend on which printer it is sent to?Does it depend on who sends it?Does it only happen or not happen with print LOCL? Neal
View ArticleRe: Get reference of in a class doesnot return why?
Hi Solen Kim is right, your problem will be in your test_dref method. Please provide the coding within your test_dref method. ie.Does your reference get created in the method?CREATE DATA ev_dref....
View ArticleRe: MATNR push as BIGINT to SQL table
Hi Praveen, For BIGINT type variables you can use SAP's INTEGER64 data element. Create a variable and assign MATNR value to this variable when inserting to table. Just don't forget that MATNR field is...
View ArticleRe: Triggering of enhancement codes upon changes on certain field only
Hi Nicholas, Currently I am not over my system, so I can't tell you the correct answer, but would request you to look into the following proposed solutions : 1. Check if system contains the unchanged...
View ArticleRe: Smartform is ok with print preview but prints with character problems
Hi Solen, As per your problem description, I think there is some problem with Basis Configuration for the fonts and all that you have used in your output, in your development system. Would request you...
View Articletypes error
data : wa1 type tyva0301, it1 type table of tyva0301. data : wa2 type tyva0302, it2 type table of tyva0302. data : wa3 type tyva0303, it3 type table of tyva0303. when i try to...
View ArticleRe: Bit Programming in ABAP
It seems, offsets can only be used for hexadecimal objects. Can It be used for decimal objects?? Example The hexadecimal value "1B" is assigned to the data object hex and its bits are read from front...
View ArticleRe: Bit Programming in ABAP
FF123456789JJ is not EPC Code. To convert the given unique code (for e.g. FF123456789JJ) to EPC, basically i have to convert it to binary format. I can covert it to binary format through this way...
View ArticleRe: How to get address of an variable in the ABAP debugger
Hi Channu, Good idea....!!!!!!!!!!! Pls check if it helps... http://scn.sap.com/thread/1393837 Thanking You All.
View ArticleRe: types error
Hello Sandeep, When you are declaring structure using TYPES statement then in between the structure you cannot use DATA statement since TYPES does not allocate any memory but if you are using DATA then...
View ArticleIDOC (Outbound and Inbound both) needs to be triggered in same system
Hello All, I have a requirement where I need to create quotation (using VA21) and IDOC (outbound) needs to be generated automatically and then sales order (VA01) needs to be created automatically based...
View ArticleRe: Is it possible to add E1EDKA3 under E1EDKA1 in Extended IDOC ZINVOIC02?
Hello Akshath, It is not possible to add standard segment into any segment since the names are reserved. So, you need to create a custom segment (Starts with Y or Z) by making a copy of the E1EDKA3 and...
View Article