Re: Where used list of Function module
Hi Shakeer, Though it is not released i feel you can still go for RS_EU_CROSSREF' as SAP have provided a detailed function module documentation also. Sometimes it ok to take some risks.as i can more...
View ArticleLink Between FI and PS
HI, I have a problem when I try to get some FI documents starting my SELECT with PROJ Table, at the end I sould find BSEG-PRCTR field I tried to read (1) PROJ-PSPNR = PRPS-PSPHI(2) PRPS-PSPNR =...
View ArticleCSAP_MAT_BOM_OPEN Short Dump with CONVERT_MATNR_TO_INTERN_FORMAT
Has anyone else had this issue? All help appreciated. I am using the function CSAP_MAT_BOM_OPEN to update a BOM. Running it generates a short dump with the following information: In PERFORM or CALL...
View ArticleRe: Question about the function module (RFC_READ_TABLE)
Hi, Fred-san Thank you again for your information on this. Yes, I agree that the data in VBAP and EKKO are also important, and we shouldn't letthe competitors to have access to those data in our...
View ArticleRe: Header batch no copy to component batch in Process order
Hi All,Can u suggest me any user exits, BAPI or BADI's for this... ThanksKumar
View ArticleRe: Problem with moving index to QA.
yes. I don't suggest to always do it. I suggest to do it in this particular case. in fact, that option is available for a reason.
View ArticleRe: How to improve performance using Field symbol ?
Try this:For it_tab create a table with the same structure as how you selected the data below. SELECT a~rbukrs a~racct a~tsl a~poper a~gjahr...
View ArticleRe: how to find purchase requisition enhancement and which enhancement i have...
Hi Das, The error is for Incorrect nesting. use Select single bwtar....... instead of Select bwtar ............... Regards,Nagaraj.
View ArticleRe: how to find purchase requisition enhancement and which enhancement i have...
if itab is an internal table...select f1 f2 from table_name into table itab where........else(work area)select single f1 f2 from table into itab where...
View ArticleRe: Adding fields to ALV output list in Tcode S_ALR_87012357
could any one help me on this pls. BR,Shabs
View ArticleRe: SAP script field refresh problem
Hi Stefan,Thanks for replying. You are right, I guess I have to alot of debugging line by line to find the problem.Another question is do I need to check anything in the script apart from the window...
View ArticleRe: problem with credit card transaction data upload
Dear all, I've seen this problem encounted in a few forums, so thought I'd answer once for all. When a Card / Card Holder record is activated, they will be included in the next load file with a type...
View ArticleRe: Displaying an Image of SAP in a Website
Hi Rafi, We had a similar requirement and we followed something like this, From the RFC itself converted the HEX to xstring using FM SCMS_BINARY_TO_XSTRING and then xstring to base64 using FM...
View ArticleRe: Performance Issue
Hi, How many records are in GT_TAB1 and how many approximately are expected in gt_final? Could it be that the zfield in the result set is the "straw the breaks camels back" in that the memory use of...
View ArticleRe: HOW TO GET SUSR_AUTF_GET_F4_HELP VALUES IN INTERNAL TABLE
Hi Kumar, The function module you mentioned is developed for F4 help, so the pop up screen will come, and even there is no option in import parameters to suppress the Selection screen(pop up screen)....
View ArticleRe: CSAP_MAT_BOM_OPEN Short Dump with CONVERT_MATNR_TO_INTERN_FORMAT
Hi Richard, in fm CSAP_MAT_BOM_OPEN there is a single call of form convert_matnr_to_intern_format: perform convert_matnr_to_intern_format using material...
View ArticleRe: Force PAI with parameters
thats weird, because thats how its defined in SM30 RegardsMC
View ArticleRe: Force PAI with parameters
I solved it. Marco CristobalI checked the SAPMSVMA (SM30) and it was working a little bit different or I just didn't understand you well. There was a check if it's called by a parameter transaction or...
View ArticleRe: Abap objects standards
Hi Bruce, I see, so you want to explain why using SE24 is so powerful and easy? Correct me if i am wrong. TAW12 is part of the ABAP course Bundle, which is the ABAP fundamentals course, that includes...
View Article