List of Contributions

AAKANSHA GUPTA

Contact Details

My Content

1 to 17 of 17 total
Posted By AAKANSHA GUPTA 05-24-2021 07:09
Found In Egroup: Automate
\ view thread
Thanks Sigrid. The alternatives are really helpful . I will try these definitely . Regards Aakansha​ ------------------------------ Aakansha Gupta | SAP DATA MIGRATION CONSULTANT Moog GmbH | +918130780074 ------------------------------
Posted By AAKANSHA GUPTA 05-21-2021 00:58
Found In Egroup: Automate
\ view thread
​HI Sigrid, Thanks for this info. You are right, if I remove AENR, i get the desired data . But is this the standard behavior that we are allowed to have only one left outer Join and no tables to the left of it .?is there any way to deal with it Regards Aakansha ------------------------------ ...
Posted By AAKANSHA GUPTA 05-20-2021 01:41
Found In Egroup: Automate
\ view thread
Hi Sigrid, Thanks for spotting this . I have fixed this one on my side. But the issue still remains same. I am looking at a scenario where material only exist in MARA and not yet in table AEOI. In your example, revision (01) is assigned to both materials and thus they are outputted. In my example, ...
Posted By AAKANSHA GUPTA 05-18-2021 06:35
Found In Egroup: Automate
\ view thread
​​Hi Experts, I need some help regarding query scripts. I am trying to build a script which download multiple revisions of material master. For that I am using table MARA, AEOI, AENR Table MARA is used for selection for material, AEOI is used to fetch revision(it can store multiple revisions of ...
Posted By AAKANSHA GUPTA 05-18-2021 06:34
Found In Library: Automate
Posted By AAKANSHA GUPTA 05-06-2021 01:35
Found In Egroup: Automate
\ view thread
Hi Sigrid, ​Thank you very much for your response. This is definitely a nice trick but unfortunately I am looking for transaction CS12. is there any way , I can read no of lines in tcode CS12.? Regards Aakansha ------------------------------ Aakansha Gupta | SAP DATA MIGRATION CONSULTANT ...
Posted By AAKANSHA GUPTA 05-05-2021 01:32
Found In Egroup: Automate
\ view thread
​HI Experts, I have a requirement to download multilevel Bom's as shown in transaction CS12. I am using Bapi "CS_BOM_EXPL_MAT_V2_RFC" to build this requirement. I am able to build the script for one material .The script basically depends on the loop id column i.e I need to know beforehand how many ...
Posted By AAKANSHA GUPTA 05-03-2021 00:35
Found In Egroup: Automate
\ view thread
HI Sigrid, I am also looking for a solution wherein we can run the script in Production. As per the setup in our project, the developer is creating scripts in Dev/QA environment​ which is then executed in production by users who have access to the transaction and developer only have display access ...
Posted By AAKANSHA GUPTA 02-09-2021 02:28
Found In Egroup: Automate
\ view thread
HI ​@Sigrid Kok any chance you could look at my query and advise .? Looking forward for your positive response. Regards Aakansha​ ------------------------------ Aaksnha Gupta | SAP data migration Moog GmbH | +918130780074 ------------------------------
Posted By AAKANSHA GUPTA 02-03-2021 08:24
Found In Library: Automate
Posted By AAKANSHA GUPTA 02-03-2021 08:24
Found In Egroup: Automate
\ view thread
​​HI , I am trying to create a script which creates routing header, operations, material assignments & operation long text(tcode CA01). I am using a bapi "BAPI_ROUTING_CREATE" for this . The script works well for creating routing header & operations. However I am not able to extend it for material ...
Posted By AAKANSHA GUPTA 01-21-2021 04:46
Found In Egroup: Automate
\ view thread
Thanks for the quick revert Sigrid. I will check on the ok code​ and repeat the test. Regarding the BAPI"CSAP_MAT_BOM_CREATE", unfortunately I couldn't use it for our requirement as we upload alternative bom's as well. ------------------------------ Aaksnha Gupta | SAP data migration Moog GmbH ...
Posted By AAKANSHA GUPTA 01-20-2021 03:06
Found In Egroup: Automate
\ view thread
​Hello, I am working on creating a script which can upload BoM using tcode CS01. The script should support item category L, T, & D. I have developed a script using Transaction Method and have recorded all scenarios for all 3 item categories. I have also adjusted the script with loops & if's condition ...
Posted By AAKANSHA GUPTA 12-09-2020 02:36
Found In Egroup: Automate
\ view thread
Hi Maria, Thank you very much for sharing the script I have a question here. I see you have used loop condition to make it look like CS12.but in this case the output depend on our input in column A (Loop ID column) i.e I need to know beforehand how many levels(lines) are there so that I can accordingly ...
Posted By AAKANSHA GUPTA 12-09-2020 01:52
Found In Egroup: Automate
\ view thread
HI Sigrid, I have a question, In your attached script you are downloading it to different excel sheet. Is there a possibility of saving the multiple lines of multiple boM in a single excel file .? For example, i input 5 different BoM(material number) in the input file.So instead of extracting ...